{% extends "lfc/base.html" %} {% load portlets_tags %} {% block section %}contact-form{% endblock %} {% block content %} {% if self.display_title %}

{{ self.title }}

{% endif %}
{% if sent %} {{ self.thank_you_message|safe }} {% else %}
{{ self.text_rendered|safe }}
{% csrf_token %} {% include "lfc/lfc_form.html" %}
{% endif %}
{% endblock %}