{% extends "interface/project_base.html" %} {% load md2 %} {% block admin %} Add new {% endblock %} {% block page %}

Resources

{% for resource in object_list %} {% with download=resource.presigned_url %}
{% if request.is_admin %} {% endif %}

{{ resource.name }} {% if download %} Download {% endif %}

{{ resource.description|markdown }} {% if not resource.visible %}
(This resource is hidden from participants) {% endif %}

{% if download and resource.media_type == 'audio' %} {% endif %}
{% endwith %} {% endfor %}
{% endblock %}