- {% if status.0.exclusive %}
-
This challenge's points are only available to the first class to complete it.
-
{{ status.0.short_description }}
- {% elif status.1 == 'locked' %}
-
This challenge was exclusive and has already been completed by another class.
- {% elif status.1 == 'completed' %}
-
Solved!
- {% else %}
-
{{ status.0.short_description }}
- {% endif %}
-
- {% if status.1 == 'available' %}
-
+
+
{{ status.0.name }}
+
Points: {{ status.0.points }}
+
+
+ {% if status.0.exclusive %}
+
This challenge's points are only available to the first class to complete it.
+
{{ status.0.short_description }}
+ {% elif status.1 == 'locked' %}
+
This challenge was exclusive and has already been completed by another class.
+ {% elif status.1 == 'completed' %}
+
Solved!
+ {% else %}
+
{{ status.0.short_description }}
{% endif %}
-
+ {% if status.1 == 'available' %}
+
+
+
+ {% endif %}
+