{% extends 'base.html' %} {% load bootstrap %} {% block content %}
| Model | Events | Name | Status | {% for probe in object_list %}
|---|---|---|---|
| {{ probe.get_model_display }} |
{% with probe.get_event_type_class_names as event_type_class_names %}
{% if event_type_class_names %}
{% for event_type in event_type_class_names %}
{{ event_type }}{% if not forloop.last %} |
{{ probe.name }} | {% if probe.status == 'ACTIVE' %} Active {% else %} Inactive {% endif %} |