{% load i18n %} {% load feincms_admin_tags %}
{% for region in original.template.regions %} {% endfor %}
{% for region in original.template.regions %}
{% if adding_translation and forloop.first %}

{% else %} {% trans "Region empty" %} {% endif %}
{% if region.inherited %} {% trans "Content from the parent site is automatically inherited. To override this behaviour, add some content." %} {% endif %}
{% show_content_type_selection_widget region %}
{% endfor %}