{% 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 inquiry" %} {{ inquiry.reference_number }}.

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

{% endblock %}