{% extends 'base.html.twig' %}
{% block styles %}
{% endblock %}
{% if app.user %}
{% block contenido %}
{% include "@FOSUser/Resetting/check_email_content.html.twig" %}
{% endblock %}
{% else %}
{% block contenido_users %}
{% include "@FOSUser/Resetting/check_email_content.html.twig" %}
{% endblock %}
{% endif %}