{% extends 'challenge.html' %} {% load url from grandchallenge_tags %} {% load user_profile_link from profiles %} {% block content %}

Uploads for {{ challenge.short_name }}

{% for upload in object_list %} {% endfor %}
Created User Title File Visible to
{{ upload.created }} {{ upload.user|user_profile_link }} {{ upload.title }} {{ upload.file }} {% if upload.permission_lvl == upload.ADMIN_ONLY %} Admins Only {% elif upload.permission_lvl == upload.REGISTERED_ONLY %} Participants Only {% elif upload.permission_lvl == upload.ALL %} Everyone {% endif %}
{% endblock %} {% block script %} {{ block.super }} {% endblock %}