{% extends 'core/export.html' %} {% load i18n %} {% block body %}
{% 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 %}