{% extends "base.html" %} {% load crispy_forms_tags %} {% load clean from bleach %} {% load url %} {% block breadcrumbs %}
{% endblock %} {% block content %}{{ challenge.registration_page_text|clean }}
{% if existing_status %}{{ existing_status }}.
{% elif user_is_participant %}You are already participating in {{ challenge.short_name }}.
{% else %} {% endif %} {% endblock %}