{% extends '@layout/_layout.twig' %} {% block title %}{{ 'Email confirmation'|trans }}{% endblock %} {% block sidebar %}{% endblock %} {% block content %}

{{ 'Your mail was successfully confirmed'|trans }}

{{ 'Your mail is confirmed. Please go to your profile.'|trans }}

{{ 'Go to profile'|trans }}
{% endblock %} {% block footer %} {% set panel = bottompanel() %} {% endblock %}