{% load hc_extras %}
{% if sort == "name" %} Name {% elif sort == "-name" %} Name {% else %} Name {% endif %} |
{% if sort == "last_ping" %}
Last Ping
{% elif sort == "-last_ping" %}
Last Ping
{% else %}
Last Ping
{% endif %}
{% if show_last_duration %}
Last Duration {% endif %} |
||
---|---|---|---|
{{ check.name|default:"unnamed"|break_underscore }}
{% for tag in check.tags_list %}
{{ tag }}
{% endfor %}
|
{% include "front/last_ping_cell.html" with check=check %}
|