{% extends '::base.html.twig' %} {% block body %} {% block encabezado %} {% endblock encabezado %} {% block pagetitle %} {% endblock %} {% block breadcums %} {% endblock%} {% block contenido %} {% trans_default_domain 'FOSUserBundle' %} {% block subject %} {% autoescape false %} {{ 'registration.email.subject'|trans({'%username%': user.username, '%confirmationUrl%': confirmationUrl}) }} {% endautoescape %} {% endblock %} {#{% block body_text %} {% autoescape false %} {{ 'registration.email.message'|trans({'%username%': user.username, '%confirmationUrl%': confirmationUrl}) }} {% endautoescape %} {% endblock %}#} {% block body_html %} {% autoescape 'html' %}
{% include ":Email:prueba.html.twig" %} |