{% extends base_template %} {% block check_link_breadcrumb %} {{ super() }}
  • {{ _("Global") }}
  • {% endblock %} {% block check_link_content %} {% block check_link_pagination %} {{ page.pager() }} {% endblock %} {% endblock check_link_content %} {% block check_link_help_text %} {% trans %}

    Brief overview of the current state of the links within the portal.

    Possible states are:

    Unknown
    Link has not been checked yet
    Available
    Link is available
    Moved
    Link contains a redirect to the differens URL
    Missing
    Link points to the page that does not exist
    Protected
    Link points to the page that requires authentication
    Invalid
    Link points to an existing location, but requests are rejected
    Error
    Link cannot be checked because it mailformed or points to an unexisting location

    {% endtrans %} {% endblock check_link_help_text %}