{% block content %}{% endblock %}

Request Log

{{ request_log|length }}
{% if request_log %}
{% endif %}
{% if request_log %}
{% for entry in request_log %} {% endfor %}
Method Path Status Duration Time
{{ entry.method }} {{ entry.path or entry.label or "—" }} {% if entry.error %} ERR {% else %} {{ entry.status }} {% endif %} {{ entry.duration_ms }}ms {{ format_short_time(entry.timestamp) }}
{% else %}
No requests yet
{% endif %}