{% extends basetheme_bootstrap_base_template %} {% load crispy_forms_tags %} {% load sstatic %} {% load i18n %} {% block extra_js %} {{block.super}} {% if extra_js_file %} {% endif%} {% for extra_js_file in extra_js_files %} {% endfor%} {% endblock %} {% block title %}{{ title }}{% endblock %} {% block page_title %}{{ page_title|default:title }}{% endblock %} {% block content %} {%if full_width_form_title%}
{{full_width_form_title}}
{%endif%}
{%if form_title%}

{{form_title}}

{%endif%} {% block form %}
{% csrf_token %} {%if form%}{%if form.helper%}{% crispy form %}{%else%}{{ form|crispy }}{%endif%}{%endif%} {%if cancel_url%}{{ cancel_text|default:"Cancel" }}{%endif%}
{% endblock form %}
{% endblock %}