{% load static %} {% load url %} {% load humanize %}
{% if challenge.challenge_type == 2 %} {% endif %} {{ challenge.status_badge_string }}
{% if challenge.description %} {% endif %} {% if challenge.educational %} {% endif %} {% if challenge.cached_num_participants %} {{ challenge.cached_num_participants|intcomma }} {% endif %} {% if challenge.cached_num_results %} {% with challenge.phase_set.first as phase %} {{ challenge.cached_num_results|intcomma }} {% endwith %} {% endif %} {% if challenge.event_name %} {{ challenge.event_name }} {% endif %} {% for publication in challenge.publications.all %}  Article {% endfor %} {% if challenge.upcoming_workshop_date %} {{ challenge.upcoming_workshop_date }} {% else %} {{ challenge.year }} {% endif %}