{% if submissions|length %} {% for submission in submissions.all %} {% endfor %}
{{ "Title"|t('app') }} {{ "Form"|t('freeform') }} {{ "Date"|t('freeform') }}
{{ submission.form.name }} {{ submission.dateCreated|date('short') }}
{% else %}

{{ "No submissions."|t('freeform') }}

{% endif %}