{% load i18n %} {% if not module.is_empty %}
{{ module.pre_content }}
{% endif %} {% block module_content %} {% for child in module.children %} {{ child }} {% endfor %} {% endblock %} {% if module.post_content %}{{ module.post_content }}
{% endif %} {% endspaceless %}