{% extends 'wagtailcrx/blocks/base_block.html' %} {% load bootstrap4 wagtailcrx_tags wagtailcore_tags %} {% block block_render %} {% with page=self.page.specific %} {% if page.form_live %} {% get_pageform page request as form %}
{% endif %} {% endwith %} {% endblock %}