{% extends "layout.html" %} {% block title_name %} - {{ _('admin')|uc_first }}{% endblock %} {% block breadcrumb %} {{ [[_('admin'), 'admin_index'], _('check dates')]|crumb }} {% endblock %} {% block content %} {{ 'Data_integrity'|manual_link }}
{% if tables['dates'].rows %} {{ tables['dates'].display('dates')|safe }} {% else %} {{ _('Congratulations, everything looks fine!') }} {% endif %}
{% if tables['involvement_dates'].rows %} {{ tables['involvement_dates'].display('involvement_dates')|safe }} {% else %} {{ _('Congratulations, everything looks fine!') }} {% endif %}
{% endblock %}