{% block stylesheets %} {#
#}
{#
#}
{% endblock %} {% block styles %} {% endblock %}
{% block searchbar %} {#
#} {% endblock %}
{#
7
Action
Another action
Something else here
#}
{{ app.user.nombre | upper }}
{% if app.session.get('sucursal') is not null %}
{{ app.session.get('sucursal').nombre }}
{% endif %}
{#
Perfil
#} {#
Sucursal: {{ app.session.get('sucursal') }}
#} {% if is_granted('ROLE_ADMIN') %}
Cambiar Sucursal
{% endif %}
{% if app.user %}
Cerrar Sesión
{% else %}
Iniciar Sesión
{% endif %}
{{ include('sidebar.html.twig') }}
{% block breadcrumb %}
Inicio
{% block title %}{% endblock %}
{% block etapas %}{% endblock %}
{% endblock breadcrumb %} {% for label, messages in app.flashes %} {% for message in messages %}
{{ message }}
{% endfor %} {% endfor %} {% block body %} {% endblock body %}
{% block footer %} {% endblock %}
Confirma cerrar sesión?
×
{#
Select "Logout" below if you are ready to end your current session.
#}
{% block javascripts %} {# #} {# #} {{ include('jsValidarForm.html.twig') }} {% endblock %}