{% for attfile in files %} {% if forloop.first %} {% endif %} {% if forloop.last %}
slides
filesizeuploadedcomment
{{ attfile.get_file_short_name|escape }} {{ attfile.get_file_size|filesizeformat }} {{ attfile.uploaded|date:"D, N jS, P" }} {{ attfile.comment|escape }}
{% endif %} {% endfor %}