PHP Classes

File: app/Resources/FOSUserBundle/views/Registration/confirmed.html.twig

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   app/Resources/FOSUserBundle/views/Registration/confirmed.html.twig   Download  
File: app/Resources/FOSUserBundle/views/Registration/confirmed.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 4 years ago
Size: 516 bytes
 

Contents

Class file image Download
{% extends "FOSUserBundle::layout.html.twig" %} {% trans_default_domain 'FOSUserBundle' %} {% block fos_user_content %} <p>{{ 'registration.confirmed'|trans({'%username%': user.username}) }}</p> {% if app.session is not empty %} {% set targetUrl = app.session.get('_security.' ~ app.security.token.providerKey ~ '.target_path') %} {% if targetUrl is not empty %}<p><a href="{{ targetUrl }}">{{ 'registration.back'|trans }}</a></p>{% endif %} {% endif %} {% endblock fos_user_content %}