{% extends "_base.html" %} {% load i18n %} {% load widget_tweaks %} {% block content %} {% with request.region.default_language as current_language %} {% with contact_form.instance.archived as archived %}
{% include "generic_confirmation_dialog.html" %} {% endwith %} {% endwith %} {% endblock content %}