You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
247 B

  1. {% load humanize %}
  2. {% if check.last_ping %}
  3. {{ check.last_ping|naturaltime }}
  4. {% if check.has_confirmation_link %}
  5. <br /><span class="label label-confirmation">confirmation link</span>
  6. {% endif %}
  7. {% else %}
  8. Never
  9. {% endif %}