{% extends 'datatable.html.twig' %} {% block title %}{{ 'entity.manifest'|trans }}{% endblock %} {% block page_title %} {% if type == constant('App\\Datatable\\ManifestDatatable::SHOW_ALL_MANIFESTS') %} {{ 'entity.manifest'|trans }} {% elseif type == constant('App\\Datatable\\ManifestDatatable::SHOW_UNSIGNED_RECENT') %} Manifiestos pendientes de firma {% endif %} {% endblock %} {% block page_content %} {% if type == constant('App\\Datatable\\ManifestDatatable::SHOW_UNSIGNED_RECENT') %}

Se muestran manifiestos creados hace menos de 96 horas y pendientes de ser firmados.

{% endif %}
{{ sg_datatables_render(datatable) }}
{% endblock %}