{% extends "base.html" %} {% load django_templating_sigh %} {% block extra_header_info %} {% endblock %} {% block title %}{{mod_or_bad|capfirst}} Item Listing{% endblock %} {% block pagebanner %}

{{mod_or_bad|capfirst}} Configuration Elements


{% endblock %} {% block content %} {% if item_list_pseudodict %}
{% else %}

There are currently no inconsistent configuration entries.

{% endif %} {% endblock %}