{% load humanize hc_extras %} {% if check.last_ping %} {{ check.last_ping|naturaltime }} {% if check.has_confirmation_link %}
confirmation link {% elif check.clamped_last_duration %}
{{ check.clamped_last_duration|hms }} {% endif %} {% else %} Never {% endif %}