{% extends 'base/layout.html' %} {% load form_helpers %} {% load helpers %} {% block title %} {% if obj.pk %}Editing {{ obj_type }} {{ obj }}{% else %}Add a new {{ obj_type }}{% endif %} {% endblock title %} {% block controls %} {% if settings.DOCS_ROOT %} {% endif %} {% endblock controls %} {% block content %}
{% if obj and settings.DOCS_ROOT %} {% include 'inc/modal.html' with name='docs' content=obj|get_docs %} {% endif %} {% endblock content %}