{%extends 'layout.html.twig' %} {% block stylesheets %} {{parent()}} {# #} {% endblock %} {% block body %} {{ parent() }}
Registros totales: {{ pagination.getTotalItemCount() }}
{% if not pagination|length %}

No se han encontrado resultados

{% else %}
{% for rule in pagination %} {% endfor %}
REGLA ACCIONES
{{rule.concatToString}}
{% endif %} {#display navigation#}
{{ include ('Rules/forms/addRuleform.html.twig',{form: addform_ajax,message:'Estás seguro?',id:"form-add",with_submit:false}) }} {{ include ('Clientes/forms/form.html.twig',{form: deleteform_ajax,message:'Estás seguro?',id:"form-delete",with_submit:false}) }} {% endblock %}