{% extends "base.html" %}{% from "_macros.html" import traffic_table %} {% block title %}Traffic{% endblock %} {% block main %}

Traffic log

{{ traffic_table(rows) }}

{% if page_no > 0 %}← newer{% endif %} {% if rows|length == 100 %} older →{% endif %}

{% endblock %}