{% extends "administration/base.html" %} {% load i18n %} {% load passbook_utils %} {% block content %} {% trans 'Request' %} {% trans 'Key' %} {% trans 'Value' %} {% for key, value in request_dict.items %} {{ key }} {{ value }} {% endfor %} {% endblock %}