{% extends "base/base.html" %} {% load url from future %} {% block title %}Create {{ opts.verbose_name.title }}{% endblock title %} {% block header %}Create {{ opts.verbose_name.title }}{% endblock header %} {% block links %} Back {% endblock links %} {% block detail %}
{% csrf_token %} {% block form %} {% include "forms/bootstrap.html" %} {% endblock form %} {% for inline in inlines %}
{{ inline }}
{% endfor %}
{% endblock detail %} {% block extrastyles %} {% endblock extrastyles %} {% block extrascripts %} {% endblock extrascripts %}