{% extends "sorsore/pages/web_page.html" %} {% load wagtailcore_tags sorsore_tags django_bootstrap5 %} {% block content_body %} {{ block.super }} {% if page.form_live %}
{% csrf_token %} {% bootstrap_form form layout="horizontal" %} {% block captcha %} {% if page.spam_protection %} {% include "sorsore/includes/form_honeypot.html" %} {% endif %} {% endblock %}
{% endif %} {% endblock %}