{% extends '@SuluCommunity/base.html.twig' %} {% block content %}
{{ 'Registration'|trans }}
{% if app.request.get('send') == 'true' %}
{{ 'registration_finished'|trans }}
{% else %} {{ form(form) }} {% endif %} {% endblock %}