{% extends "base-timeview.html" %} {% load bcfg2_tags %} {% block title %}Bcfg2 - Element Listing{% endblock %} {% block extra_header_info %} {% endblock%} {% block pagebanner %}{{mod_or_bad|capfirst}} Element Listing{% endblock %} {% block content %} {% filter_navigator %} {% if item_list %} {% for type_name, type_data in item_list %}

{{ type_name }} — {{ type_data|length }}

[–]
{% for entry, reason, eis in type_data %} {% endfor %}
NameCountReason
{{entry.name}} {{ eis|length }} {{ reason.short_list|join:"," }}
{% endfor %} {% else %}

There are currently no inconsistent configuration entries.

{% endif %} {% endblock %}