{% extends 'core/export.html' %} {% load i18n %} {% block body %}
{% trans 'URI' %}: {{ view.uri }}
{% if task.comment %}{% trans 'Comment' %}: {{ view.comment }}
{% endif %}{% trans 'Title' %}: {{ view.title }}
{% trans 'Help text' %}: {{ view.help }}
{% trans 'Template' %}:
{{ view.template }}