{% extends "wagtailadmin/reports/base_report_results.html" %} {% load i18n %} {% block results %}
| {% trans "Time" %} | {% trans "Agent" %} | {% trans "Host" %} | {% trans "Path" %} | {% trans "Status" %} |
|---|---|---|---|---|
| {{ hit.timestamp }} | {{ hit.agent }} | {{ hit.host }} | {{ hit.path }} | {{ hit.status_code }} |