{% extends "layout.html" %} {% block title_name %} - {{ _('admin')|uc_first }}{% endblock %} {% block breadcrumb %} {{ [[_('admin'), 'admin_index'], _('check links')]|crumb }} {% endblock %} {% block content %}
{{ 'Data_integrity'|manual_link }} {{ _('check links')|button(url_for('admin_check_links', check='check')) }} {{ _('this could take some time')|uc_first }}
{% if table.rows %} {{ table.display()|safe }} {% elif check %} {{ _('Congratulations, everything looks fine!') }} {% endif %} {% endblock %}