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.

13 lines
336 B

  1. {% load hc_extras humanize %}
  2. {{ check.desc|safe }}
  3. {% if check.kind == "simple" %}
  4. **Period:** {{ check.timeout|hc_duration }}
  5. {% endif %}
  6. {% if check.kind == "cron" %}
  7. **Schedule:** {{ check.schedule|escapejs }}
  8. {% endif %}
  9. **Last Ping:** {{ check.last_ping|naturaltime }}
  10. [Full Details @ {% site_name %}]({{ check.cloaked_url }})