{% load i18n %} {% if not module.is_empty %} {% if module.show_title %}

{% trans module.title %}

{% endif %}
{% spaceless %} {% if module.pre_content %}

{{ module.pre_content }}

{% endif %} {% block module_content %} {% for child in module.children %} {{ child }} {% endfor %} {% endblock %} {% if module.post_content %}

{{ module.post_content }}

{% endif %} {% endspaceless %}
{% endif %}