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

{{ type_name|capfirst }} entries

[–]
{% if type_list %} {% for item in type_list %} {% endfor %}
TypeNameCountReason
{{ item.ENTRY_TYPE }} {{ item.name }} {{ item.num_entries }} {{ item.short_list|join:"," }}
{% else %}

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

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