{% extends "cjkcms/pages/web_page.html" %} {% load wagtailcore_tags cjkcms_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 'cjkcms/includes/form_honeypot.html' %} {% endif %} {% endblock %}
{% endif %} {% endblock %}