{% extends 'base.html.twig' %} {% block stylesheets %} {{ encore_entry_link_tags('datatable') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('datatable') }} {% endblock %} {% block container %} {% block flash_messages %} {{ include('partials/_flash_messages.html.twig') }} {% endblock %}

{{ name }}

{% include 'partials/btn/_list-crear.html.twig' with { 'href': path('app_admin_bd_table_record_create', {'entity': entity}), 'title': 'Crear ' ~ name|lcfirst } %}

Persona natural

Cargando ...

Persona jurídica

Cargando ...
{{ include('partials/modal/_modal.html.twig') }} {% include 'partials/modal/_confirm.html.twig' with {'controller_handler': 'datatable'} %} {% endblock %}