{% load helpers %}
Images
{% with images=object.images.all %} {% if images.exists %} {% for attachment in images %} {% endfor %}
Name Size Created
{{ attachment }} {{ attachment.size|filesizeformat }} {{ attachment.created|annotated_date }} {% if perms.extras.change_imageattachment %} {% endif %} {% if perms.extras.delete_imageattachment %} {% endif %}
{% else %}
None
{% endif %} {% endwith %}
{% if perms.extras.add_imageattachment %} {% endif %}