{% if alarm.alarm_type == 1 %}
{% else %}
{% endif %}
|
{% if alarm.timestamp_raise %}{{ alarm.get_local_timestamp_raise|date:"Y-m-d H:i:s" }}{% else %} {% endif %} |
{% if alarm.timestamp_gone %}{{ alarm.get_local_timestamp_gone|date:"Y-m-d H:i:s" }}{% else %}-{% endif %} |
{{ alarm.tag }} |
{{ alarm.message }} |
{% if alarm.timestamp_gone %}gone{% else %}active{% endif %} |
{% if alarm.timestamp_ack %}{{ alarm.get_local_timestamp_ack|date:"Y-m-d H:i:s" }}{% else %}-{% endif %} |
{% endfor %}