{% extends 'base.html' %} {% load url from grandchallenge_tags %} {% load user_profile_link from profiles %} {% block title %}Your Challenges - {{ block.super }}{% endblock %} {% block content %}
This is a list of the challenges that you are participating in on {{ challenge.short_name }}.
Name | Created | Admins | Description | Automated Evaluation | |
---|---|---|---|---|---|
{% firstof challenge.title challenge.short_name %} {% if challenge.hidden %} {% endif %} | {{ challenge.created }} |
{% for user in challenge.get_admins %}
{{ user|user_profile_link }} {% endfor %} |
{{ challenge.description }} | {% if challenge.use_evaluation and challenge.method_set.all %}Submissions: {{ challenge.submission_set.all|length }} {% else %} | {% endif %} |