{% extends '@SuluCommunity/base.html.twig' %} {% block content %}

{{ 'Completion'|trans }}

{% if app.request.get('send') == 'true' %}

{{ 'completion_finished'|trans }}

{% else %} {{ form(form) }} {% endif %} {% endblock %}