{% if not documentcategory.childs is empty %} {% for documentcategory in documentcategory.childs %} {% if loop.first %}
 
{%endif%} {{ render(path("app_"~access~"_document_render",{idcategory:documentcategory.id,access:access})) }} {% endfor %} {% endif %} {% if not documentcategory.documents is empty %} {% for document in documentcategory.documents %} {% endfor %} {% endif %}