{% extends 'challenge.html' %} {% load url from grandchallenge_tags %} {% load user_profile_link from profiles %} {% block content %}
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 %} |