{% extends app.request.isXmlHttpRequest ? '::ajax.html.twig' : '::admin.html.twig' %} {% set titlePage = 'trazas' | trans({}, 'backend') %} {% set tit = 'listado_X' | trans({'%nombre%': titlePage }, 'backend') %} {% block title %} {{ tit }} {% endblock %} {% set itemid = app.request.get('itemid') %} {% block update -%}
{{ tit }}
{% for tipo, mensajes in app.session.flashbag.all() %} {% for mensaje in mensajes %}
{{ mensaje }}
{% endfor %} {% endfor %}
{% for entity in entities %} {% endfor %}
{{ 'usuario' | trans({}, 'seguridad') }} {{ 'accion' | trans({}, 'seguridad') }} {{ 'ip' | trans({}, 'seguridad') }} {{ 'tabla' | trans({}, 'seguridad') }} {{ 'id_registro' | trans({}, 'seguridad') }} {{ 'fecha' | trans({}, 'backend') }} {{ 'modificacion' | trans({}, 'seguridad') }}
{{ entity.usuario }} {{ entity.accion }} {{ entity.ip }} {{ entity.tabla }} {{ entity.idregistro }} {% if entity.fecha %}{{ entity.fecha|date('d/m/Y H:i:s') }}{% endif %} {{ entity.observacion }}
{{ knp_pagination_render(entities) }}
{% endblock %}