{% load humanize hc_extras %} {% regroup checks by user as groups %}
{{ group.grouper.profile|mangle_link }} | Last Ping | ||||
|
{% if check.name %}
{% if check.name|length > 20 %}
{{ check.name }}
{% else %}
{{ check.name }}
{% endif %}
{% else %}
unnamed
{% endif %}
{% if check.tags %}
|
{% if check.last_ping %}
{{ check.last_ping|naturaltime }}
{% else %}
Never
{% endif %}
Details… |