{% extends 'admin/change_form.html' %} {% load i18n admin_urls static admin_modify %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} view{% endblock %} {% block content_title %}

View {{ opts.verbose_name }}

{% endblock %} {# Hide the submit buttons #} {% block submit_buttons_top %}{% endblock %} {% block submit_buttons_bottom %}{% endblock %}