{% extends "base-timeview.html" %} {% load bcfg2_tags %} {% block title %}Bcfg2 - Common Problems{% endblock %} {% block extra_header_info %} {% endblock%} {% block pagebanner %}Common configuration problems{% endblock %} {% block content %}
Showing items with more then {{ threshold }} entries
{% for type_name, type_list in lists %}

{{ type_name|capfirst }} entries

[–]
{% if type_list %} {% for entry, reason, interaction in type_list %} {% endfor %}
TypeNameCountReason
{{ entry.kind }} {{ entry.name }} {{ interaction|length }} {{ reason.short_list|join:"," }}
{% else %}

There are currently no inconsistent {{ type_name }} configuration entries.

{% endif %}
{% endfor %} {% endblock %}