{% extends "wafer/base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block content %}

{% trans 'Registration:' %}

{% if not WAFER_REGISTRATION_OPEN %} {% trans "Registration is not currently open" %} {% else %} {% crispy form %} {% endif %} {% endblock %}