{% extends 'admin/model/edit.html' %} {% block edit_form %}
Grant
{{ model.form.collection.grant.name }}
Collection
{{ model.form.collection.name }}
Section
{{ model.form.title }}
Type
{{ model.data_type.value }}
Text
{{ model.text }}
Hint
{{ model.hint or "" }}
{{ super() }} {% endblock %}