{% 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 %} | ||
---|---|---|---|
{{ check.name|default:"unnamed"|break_underscore }}
{% for tag in check.tags_list %}
{{ tag }}
{% endfor %}
|
{% include "front/last_ping_cell.html" with check=check %}
|