{% extends "base.html" %}{% from "_macros.html" import traffic_table %} {% block title %}Traffic{% endblock %} {% block main %}
{% if page_no > 0 %}← newer{% endif %} {% if rows|length == 100 %} older →{% endif %}