{% extends 'datatable/base.datatable.html.twig' %} {% block stylesheets %} {{ encore_entry_link_tags('admin-tercero-users') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('admin-tercero-users') }} {% endblock %} {% block datatable_header %} {{ parent() }} {{ include('partials/_flash_messages.html.twig') }} {% endblock %} {% block main_actions %} {% include 'partials/btn/_list-crear.html.twig' with { 'href': path('app_admin_tercero_user_create', {type: type, tercero: tercero.id}), 'title': 'Crear nuevo usuario para ' ~ type } %} {% endblock %} {% block container %} {% include 'tercero/_seccion-tabs.html.twig' with { 'seccion': 'users', 'accion': null, 'tab_route': 'app_admin_tercero_ver' } %}
{% block datatable %} {{ parent() }} {% endblock %}
{% endblock %}