{% load humanize hc_extras %}
/fail
endpoint)
{% elif ping.kind == "start" %}
(received via the /start
endpoint)
{% elif ping.kind == "log" %}
(received via the /log
endpoint)
{% endif %}
Time Received
{{ ping.created.isoformat }}
Source {% if ping.scheme == "email" %} {{ ping.ua }} {% else %} {{ ping.scheme|upper }} {{ ping.method|upper }} {% if ping.remote_addr %}from {{ ping.remote_addr }}{% endif %} {% endif %}
Duration {{ ping.duration|hms }}
Run ID {{ ping.rid }}
User Agent {{ ping.ua }}
Subject {{ subject }}
The request body data is not yet available, please check back later.
{% else %} {% if plain or html %}{{ body }}
{{ plain }}
{{ html }}
{{ body }}{% endif %} {% endif %} {% endif %}