{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}

DialogVar Listing

{% for object in object_list %} {% endfor %}
IDLink hash_entry hash_id dialog_key dialog_value
{{object.pk}} {{object}} {{ object.hash_entry }} {{ object.hash_id }} {{ object.dialog_key }} {{ object.dialog_value }}
Create new DialogVar {% endblock %}