{% extends 'core/export.html' %} {% load i18n %} {% block body %}

{% trans 'Views' %}

{% for view in views %}

{% trans 'View' %}

{% trans 'Key' %}: {{ view.key }}

{% if task.comment %}

{% trans 'Comment' %}: {{ view.comment }}

{% endif %}

{% trans 'Title' %}: {{ view.title }}

{% trans 'Help text' %}: {{ view.help }}

{% trans 'Template' %}:

{{ view.template }}
{% endfor %} {% endblock %}