{% extends "layouts/public_base.html" %} {% load i18n %} {% block title %}{% trans "Response Submitted" %}{% endblock %} {% block content %}

{% trans "Response Submitted" %}

{% trans "Thank you for your response to observation" %} {{ observation.tracking_code }}.

{% trans "The PX team will review your response." %}

{% endblock %}