{% load hc_extras %} {% if events %} {% for event in events %}{% include "front/log_row.html" %}{% endfor %}

Show More…

{% else %}
You will see a log of received pings here.
This check has not received any pings yet.
{% endif %}