{% extends "formunculous/base.html" %} {% load i18n %} {% block css %}{{ block.super }} {% 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 %} Confirm the information below before clicking the continue link. If any of the information is incorrect, click the cancel link and make any needed corrections before submitting. {% endblocktrans %}

{% if sub_apps %} {% for sub_app_group in sub_apps %}

{{ sub_app_group.sub_ad.name }}

{% for sub_app in sub_app_group.sub_apps %} {% endfor %} {% endfor %} {% endif %}
{% endblock %}