{% extends 'base_model/edit.html' %}
{% import 'other_apps/panel.html' as panel with context %}
{% block head_css %}
{{ super() }}
{% endblock %}
{% block body %}
{{ super() }}
{{ panel.panel() }}
{% endblock %}
{% block tail_js %}
{{ super() }}
{% endblock %}