{% 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 %}
{% 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 %}