{% extends "administration/base.html" %} {% load i18n %} {% load passbook_utils %} {% block content %}

{% trans 'Request' %}

{% for key, value in request_dict.items %} {% endfor %}
{% trans 'Key' %} {% trans 'Value' %}
{{ key }} {{ value }}
{% endblock %}