{% extends 'base.html' %} {% load crispy_forms_filters %} {% load i18n %} {% block title %}{% trans "Sign up" %}{% endblock %} {% block extracss %} {{ student_registration_form.media }} {% endblock %} {% block content %} {% now "c" as now %} {% if now < TFJM.REGISTRATION_DATES.open.isoformat and not user.registration.is_admin %}