{% extends "account.twig" %} {% set view_title = 'Invitation' %} {% set view_icon = 'user-check' %} {% set view_description = 'Finnish your account registration by choosing a password.' %} {% block view_content %} {% if not view.success %} Back to login {% else %}

Please fill with your details

{% endif %} {% endblock %}