{% extends 'base.html.twig' %} {% block content %} {% if inviteInvalid %}

Invalid invite

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