{% load i18n %} {% for attach in post.attachments.all %}

{% trans "Attachment" %}: {{ attach.name }} ({{ attach.size|filesizeformat }} {{ attach.content_type }} {{ attach.get_mime_type }})
{% endfor %}