{% extends "template/template.html" %}
{% block title%}Event #{{e.id}}{% endblock %}
{% block breadcrumbs %}
{% endblock %}
{% block object-tools %}
{% endblock %}
{% block content %}
Event #{{e.id}}: {{e.subject}}
Common
Managed Object: | {{e.managed_object}} |
Class: | {{e.event_class}} |
Priority: | {{e.event_priority}} |
Category: | {{e.event_category}} |
Status: | {{e.status}} |
Time: | {{e.timestamp}} |
Event History
{% for l in e.eventlog_set.all %}
{{l.timestamp}} | {{l.from_status}} | {{l.to_status}} | {{l.message}} |
{% endfor %}
{%if e.repeats %}