{% extends "linkcheck/base_linkcheck.html" %} {% load i18n %} {% load linkcheck_model_tags %} {% block extrahead %} {{ block.super }} {% endblock %} {% block innercontent %}
{% if content_types_list %} {% for content_type in content_types_list %}{{content_type.content_type|get_verbose_name_plural}}{% for object in content_type.object_list %}{{report_type}} in '{{object.object}}'{% blocktrans with content_type_name=content_type.content_type.name %}View {{ content_type_name }}{% endblocktrans %} {% if object.admin_url %}{% blocktrans with content_type_name=content_type.content_type.name %}Edit {{ content_type_name }}{% endblocktrans %}{% endif %}
| |||||||||||||||||
No results
{% endif %} {% csrf_token %} {% if content_types_list %} {% include "linkcheck/paginator.html" %} {% endif %} {% endblock %}