{% load staticfiles %} {% include "navigation.html" %} {% include "nav_ctype.html" %}
Docfetcher errors {{ ctype }} {{ service }}

Docfetcher errors ({{ df_meta.count }} kinds found)

{% for serv_errors in df_errors %} {% for err in serv_errors.errors %}
{{ err.descr }} count:{{ err.count }} last:{{ err.time_last_hr }}
errors: {{ err.docs|length }} {% for hdoc in err.docs %}
{{ hdoc.host }}
{% for doc in hdoc.docs %} {{ doc.time_hr }}: {{ doc.description }}
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}