{% load staticfiles i18n %} {% if template_subject %}{{ template_subject }}{% else %}{% trans 'Issue' %} {{ issue.number }}{% endif %} {% if template_body %} {% endif %} {% for translation in object_list %} {% endfor %}
{% autoescape off %}{{ template_body }}{% endautoescape %}

{{ translation.title }}

{{ translation.title }}
{% autoescape off %}{{ translation.body }}{% endautoescape %}