{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "Link Checker Results" %}{% endblock %} {% block bodyclass %}menu-linkchecker{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Link Checker" icon="link" %}
{{link}}{% if link.page_is_deleted %} - {% blocktrans %}PAGE CONTAINING LINK WAS DELETED{% endblocktrans %}{% endif %}
{% endfor %} {% endif %}
{{link}}{% if link.page %} - {% blocktrans %}Edit page containing this link{% endblocktrans %}{% endif %}
{% if link.status_code %}
{% blocktrans %}Status Code{% endblocktrans %}: {{link.status_code}}{% endif %}
{% if link.error_text %}
{% blocktrans %}Error{% endblocktrans %}: {{link.error_text}}{% endif %}
{% if link.page_is_deleted %}
{% blocktrans %}Info: PAGE CONTAINING THIS LINK WAS DELETED{% endblocktrans %}{% endif %}
{% blocktrans %}Congratulations, there are no broken links!{% endblocktrans %}
{% endif %}{{link}}{% if link.page_is_deleted %} - {% blocktrans %}PAGE CONTAINING LINK WAS DELETED {% endblocktrans %}{% endif %}
{% endfor %} {% else %}{% blocktrans %}There are no working links!{% endblocktrans %}
{% endif %} {% blocktrans %}Back{% endblocktrans %}