{% extends "formunculous/base.html" %} {% load i18n %} {% block css %} {% endblock %} {% block title %}{{ ad.name}} {% trans "Submission Confirmation" %}{% endblock %} {% block content_title %}{{ ad.name}} {% trans "Submission Confirmation" %}{% endblock %} {% block content %}
{% blocktrans with ad.name as appname %} Thank you for completing {{ appname }}. {% endblocktrans %}
{% blocktrans with ad.owner as email %} Below is the information that you have submitted. If there any problems, or some of the information is incorrect please contact {{ email }} to make any corrections. {% endblocktrans %}