{% load attachments %}

View {{ att.file_name }} Properties

{% for prop in att.get_properties %}
{% block render_prop %} {{ prop }} {% endblock render_prop %}
{% endfor %}