{% extends "request/plugins/table.html" %} {% load i18n %} {% block table %}   {% trans "Today" %} {% trans "This week" %} {% trans "This month" %} {% trans "This year" %} {% trans "Alltime" %} {% for key,value in traffic %} {{ key }} {% for item in value %} {{ item }} {% endfor %} {% endfor %} {% endblock %}