{% extends 'YtManagerApp/master_default.html' %} {% load static %} {% load crispy_forms_tags %} {% block stylesheets %} {% endblock %} {% block body %}
{% if next %} {% if user.is_authenticated %} {% else %} {% endif %} {% endif %} {% if not global_preferences.general__allow_registrations %} {% else %}
Register
{% crispy form %} {% endif %}
{% endblock %}