{% 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 %}
{% endif %} {% endwith %} {% endblock %}