{% extends "linkcheck/base_linkcheck.html" %} {% block extrahead %} {{ block.super }} {% endblock %} {% block innercontent %}
{{content_type.content_type.name|title}} Objects{% for object in content_type.object_list %}{{report_type}} in '{{object.object}}'view {{content_type.content_type.name}} edit {{content_type.content_type.name}}
|
{% endfor %} {% if content_types_list %} {% include "linkcheck/paginator.xhtml" %} {% endif %} {% endblock %}