{% extends 'cjkcms/blocks/base_block.html' %} {% load cjkcms_tags wagtailcore_tags crispy_forms_tags %} {% block block_render %} {% with page=self.page.specific %} {% if page.form_live %} {% get_pageform page request as form %}
{% csrf_token %} {{ form|crispy }} {% block captcha %} {% if page.spam_protection %} {% include 'cjkcms/includes/form_honeypot.html' %} {% endif %} {% endblock %}
{% endif %} {% endwith %} {% endblock %}