{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% load staticfiles %} {% block box_title %}Add {{ data.object_name }}{% endblock %} {% block box_tools %} Previous page {% endblock %} {% block box_body %}
{% csrf_token %} {{ data.form }}
{{ data.errors | safe}}
{% endblock %}