Ping #{{ ping.n }}

Time Received {{ ping.created.isoformat }}

Source {% if ping.scheme == "email" %} {{ ping.ua }} {% else %} {{ ping.scheme|upper }} {{ ping.method }} from {{ ping.remote_addr }} {% endif %}

{% if ping.scheme != "email" %}

User Agent {{ ping.ua }}

{% endif %}
{% if check.last_ping_body %}

Request Body

{{ check.last_ping_body }}
{% endif %}