{% extends "formunculous/base.html" %} {% load i18n %} {% block css %}{{ block.super }} {% endblock %} {% block js %}{{ block.super }} {% endblock %} {% block title %} {{ ad.name }} {% trans "Submissions" %} {% endblock %} {% block content_title %} {{ ad.name }} {% trans "Submissions" %} {% endblock %} {% block content %}

Deleting the selected form cannot be undone. Are you sure you want to delete this form?

{% for header in headers %} {% if forloop.last %} {% endif %} {% endfor %} {% for row in data %} {% for col in row %} {% if not forloop.last %} {% else %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ header }} {% trans "Actions" %}
{{ col }} {% if perms.formunculous.can_delete_applications %} {% trans "Delete" %}
{% endblock %}