{% if not father is defined %}{% set father = null %}{% endif%} {% if content != null %} {% if is_granted('ROLE_HOME_MANAGER') and publish is defined and not publish %}
{{ 'unpublish_page' | trans({}, 'home') }} {{ 'unpublish_link' | trans({}, 'home') }}
{% endif %} {% if region is not defined or (region is defined and region != 'header' and region != 'footer') %} {% render(controller("ClarolineCoreBundle:Home:creator", { 'type': type, 'id': null, 'content': null, 'father': father })) %} {% endif %} {% if father is empty %}
{{ content | raw }}
{% else %} {{ content | raw }} {% endif %} {% endif %}