{% extends 'layout.html' %} {% block header %}

{% block title %}Register{% endblock %}

{% endblock %} {% block content %} {% if not config['REGISTRATION'] %}
Notice: The app is not currently accepting new registrations.
{% endif %} {% with input_status = 'required' if config['REGISTRATION'] else 'disabled' %}
{% endwith %} {% endblock %}