{% extends 'layout/meeting_page_base.html' %}
{% block title %}
{%- if regform is defined and regform.moderation_enabled %}
{%- trans %}Application{% endtrans %}
{%- else %}
{%- trans %}Registration{% endtrans %}
{%- endif %}
{% endblock %}
{% block subtitle %}
{{ regform.title if regform is defined }}
{% endblock %}