{% load i18n %} {% load static %} {% if survey_templates %}
{% trans 'Template' %}
{% trans 'Description' %}
{% trans 'Actions' %}
{% for template in survey_templates %}
{{template.title}}
{{template.description}}
{% endfor %}
{% trans "Page" %} {{ survey_templates.number }} {% trans "of" %} {{ survey_templates.paginator.num_pages }}.
{% else %}
Page not found. 404.
{% trans "No template have been established yet." %}
{% endif %}