{% for hit in hits %} {{ hit.timestamp.strftime('%H:%M:%S') if hit.timestamp else '—' }}
{{ hit.method }} {{ hit.path }}
{{ hit.limit }} {% endfor %}