{% extends "dashboard_app/_content.html" %} {% load i18n %} {% block content %} {% for attachment in attachment_list %} {% endfor %}
Name Size MIME type Public URL
{{ attachment.content_filename }} {% if attachment.content %} {{ attachment.content.size|filesizeformat }} {% else %} Not available {% endif %} {{ attachment.mime_type }} {% if attachment.public_url %} public URL {% endif %}
{% endblock %}