{%extends 'cmdb/base.html'%} {% load bob %} {% load icons %} {% load query %} {% block content %}
{{ change.0.time|timesince_limited }} | {{ change.0.message|truncatechars:40 }} | {% if change.1 %} {% icon change.1 %} {% endif %} {{ change.0.ci.name}} | {% if change.0.priority == 4 %} {% icon 'fugue-exclamation-red' %} {% elif change.0.priority == 3 %} {% icon 'fugue-exclamation' %} {% elif change.0.priority == 2 %} {% icon 'fugue-exclamation-white' %} {% else %} {% endif %} {{ change.0.get_priority_display}} | {% if change.0.type == 2 %} {% icon 'fugue-disc--arrow' %} {% elif change.0.type == 1 %} {% icon 'fugue-blue-document-node' %} {% elif change.0.type == 3 %} {% icon 'fugue-computer' %} {% endif %} {{ change.0.get_type_display}} | {{ change.0.external_key }} | {% if change.0.type == 4 %} {% icon 'fugue-report' %} View in Zabbix {% elif change.0.type == 5 %} {% icon 'fugue-report' %} View in SO {% else %} {% icon 'fugue-report' %} View {% endif %} |