{% extends 'layouts/layout_base.html' %} {% load crispy_forms_tags %} {% block body_content %}
{{ title }}
{% csrf_token %} {% crispy form %}
{% endblock body_content %}