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