confirmed.html.twig 421 Bytes
Newer Older
Julien Jorry committed
1 2 3 4 5 6 7 8 9 10 11
{% set userlogintitle = 'Inscriptioj confirmée !'|trans %}
{% extends "@kohinos/bundles/FOSUserBundle/layout.html.twig" %}

{% trans_default_domain 'FOSUserBundle' %}

{% block fos_user_content %}
    <p>{{ 'registration.confirmed'|trans({'%username%': user.username}) }}</p>
    {% if targetUrl %}
    <p><a href="{{ targetUrl }}">{{ 'registration.back'|trans }}</a></p>
    {% endif %}
{% endblock fos_user_content %}