{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}
{% if page_title %}

{{ page_title }}

{% endif %}
{% csrf_token %} {% crispy form %}
{% if form_description %}
{{ form_description.content|safe }}
{% endif %}
{% endblock %} {% block custom_page_scripts %} {% endblock %}