{% load i18n %} {% load feincms_tags %}
{% for region in original.template.regions %} {% endfor %}
{% for region in original.template.regions %}
{% trans "Region empty" %}
{% if region.inherited %} {% trans "Content from the parent site is automatically inherited. To override this behaviour, add some content." %} {% endif %}
{% trans "Add new item" %}:
{% show_content_type_selection_widget region %}
{% endfor %}