{% extends 'users/dashboard.html' %} {% block sectiontitle %}

Submission History

{% endblock %} {% block section %}

Submissions for {% if not form.hash %} /{{ form.hashid }} {% else %} /{{ form.email }} {% endif %} at {{ form.host }}{% if form.sitewide %} and all its subpaths.{% endif %} {% if not form.hash %}
targeting {{ form.email }} {% else %}
you can now replace the email in the URL with /{{ form.hashid }} {% endif %}

{% if submissions %} {% for f in fields %} {% endfor %} {% for s in submissions %} {% for f in fields %} {% set value = s.data[f] or '' %} {% endfor %} {% endfor %}
Submitted at{{ f }}
{{ s.submitted_at.strftime('%A, %B %d, %Y at %X') }} UTC {% if 320 < (value | length) %}
{{ value[:270] }}… (see more)
{{ value }} (see less)
{% else %}
{{ value }}
{% endif %}
{% else %}

No submissions archived yet.

{% endif %}
Settings
{% endblock %}