{% load i18n %}

{% trans article.title %}

{{ article.rendered_content|safe }}
{% for att in article.attachments.all %} {% if forloop.first %}

Attachments

{% endif %} {% endfor %}