{% extends "block-base.html" %} {% load mezzanine_tags i18n %} {% block content %} {% with blockform=pageblock.block_object.form %} {% with form=pageblock.block_object.form_object %} {% if form.is_submitted %} {{ blockform.response|richtext_filters|safe }} {% else %} {% errors_for form %}
{% endif %} {% endwith %} {% endwith %} {% endblock %}