{{article.title}} {{article.created|date:"D j F Y fA"}} {{article.content_rendered|safe}} {% for image in article.articleimage_set.all %} {% if forloop.first %} {% endif %} {% if forloop.last %} {% endif %} {% endfor %} {% for attachment in article.articleattachment_set.all %} {% if forloop.first %} {% endif %} {{attachment.name}} ({{attachment.src.size|filesizeformat}}) {% if forloop.last %} {% endif %} {% endfor %}