{% extends "base-timeview.html" %} {% load bcfg2_tags %} {% block title %}Bcfg2 - Entry Status{% endblock %} {% block extra_header_info %} {% endblock%} {% block pagebanner %}{{ entry.kind }} entry {{ entry.name }} status{% endblock %} {% block content %} {% filter_navigator %} {% if item_data %}
{% for ei, inter, reason in item_data %} {% endfor %}
NameTimestampStateReason
{{ inter.client.name }} {{ inter.timestamp|date:"Y-m-d\&\n\b\s\p\;H:i"|safe }} {{ ei.get_type_display }} {{ reason.short_list|join:"," }}
{% else %}

There are currently no hosts with this configuration entry.

{% endif %} {% endblock %}