{% extends "layouts/public_base.html" %} {% load i18n %} {% block title %}{% trans "Response Submitted" %}{% endblock %} {% block content %}
{% trans "Thank you for your response to observation" %} {{ observation.tracking_code }}.
{% trans "The PX team will review your response." %}