{% extends 'exp/base.html' %} {% load bootstrap3 %} {% load exp_extras %} {% load tz %} {% block title %}Attachments | {{ study.name }}{% endblock %} {% block head %} {{ block.super }} {{ form.media }} {% endblock %} {% block flash %} {% bootstrap_messages %} {% if form.non_field_errors %}
No attachments available for download.
{% endif %}