{% trans "Attachments" %}
-
{% for att in attachments %}
- {{ att.file.name }} ({{ att.file.size|filesizeformat }}) {% empty %}
- {% trans "No Attachments"%} {% endfor %}
{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{% trans "Preview message" %}{{ block.super }}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}