{% extends 'coderedcms/blocks/base_block.html' %} {% load bootstrap4 coderedcms_tags wagtailcore_tags %} {% block block_render %} {% with page=self.page.specific %} {% if page.form_live %} {% get_pageform page request as form %}
{% csrf_token %} {% bootstrap_form form layout='horizontal' %}
{% endif %} {% endwith %} {% endblock %}