{% extends "admin/base.html" %} {% load i18n admin_urls static admin_modify %} {% block content_title %} {% if add %} {% blocktrans with name=opts.verbose_name %}Add {{ name }}{% endblocktrans %} {% else %} {% blocktrans with name=opts.verbose_name %}Change {{ name }}{% endblocktrans %} {% endif %} {% endblock %} {% block content %} {% if change and not is_popup %}