{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% if history|length > 1 %}
{% endif %}
{% translate "Reset" %}
{% if pinned_version %}

{% blocktranslate %}Showing responses to schema v{{ pinned_version }}, under the columns that version defined — including questions later removed. Switch back to “current” for every response at once.{% endblocktranslate %}

{% endif %} {% if invalid_field %}

{% blocktranslate %}No question called “{{ invalid_field }}” has ever been published on this form.{% endblocktranslate %}

{% endif %}
{% for column in columns %}{% endfor %} {% for row in rows %} {% if row.schema_changed %} {% endif %} {% for cell in row.cells %} {{ cell.display }} {% endfor %} {% empty %} {% endfor %}
{% translate "Submitted" %}{{ column.label }}
{% translate "— schema changed above this point —" %}
{{ row.submitted_at|date:"Y-m-d H:i" }} {% if row.erased %}{% translate "erased" %}{% endif %} {% translate "open" %}
{% translate "No responses match these filters." %}
{% if has_next %}

{% translate "Next page" %} ›

{% endif %} {% endblock %}