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 ping.body %}

Request Body

{{ ping.body }}
{% endif %}