{% extends "admin/change_form.html" %} {% load utils %} {% load i18n %} {% if not is_popup %} {% block content %}

Device Dictionary key value store

{% with dictionary=request.path|get_device_dictionary %} {% for key, value in dictionary.items %} {% endfor %}
{% csrf_token %}{% block form_top %}{% endblock %}

{% endwith %} {% endblock %} {% endif %}