{% extends 'base_with_nav.html' %} {% load static %} {% block head %} {% endblock %} {% block main %}
toggle
{{category.description}}
Points: {{ status.0.points }}
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' %}{{ status.0.short_description }}
{% endif %}Points: {{ status.0.points }}
This challenge is currently unavailable.