{% extends "base-timeview.html" %} {% load bcfg2_tags %} {% load url from bcfg2_compat %} {% block title %}Bcfg2 - Entry Status{% endblock %} {% block extra_header_info %} {% endblock%} {% block pagebanner %}{{ entry.entry_type }} entry {{ entry.name }} status{% endblock %} {% block content %} {% filter_navigator %} {% if items %}
{% for item, inters in items %} {% for inter in inters %} {% endfor %} {% endfor %}
NameTimestampStateReason
{{inter.client.name}} {{inter.timestamp|date:"SHORT_DATETIME_FORMAT"|safe}} {{ item.get_state_display }} ({{item.pk}}) {{item.short_list|join:","}}
{% else %}

There are currently no hosts with this configuration entry.

{% endif %} {% endblock %}