{% extends "linkcheck/base_linkcheck.html" %}
{% block extrahead %}
{{ block.super }}
{% endblock %}
{% block innercontent %}
Show:
{% if filter == 'show_valid' %}Good links{% else %}
Good links{% endif %}
{% if filter == 'show_invalid' %}Broken links{% else %}
Broken links{% endif %}
{% if filter == 'show_unchecked' %}Untested links{% else %}
Untested links{% endif %}
{% if filter == 'ignored' %}Ignored links{% else %}
Ignored links{% endif %}
(
{{ ignored_count }})
{% for content_type in content_types_list %}