{% endif %}
{% endblock %}
{% block body %}
{% set haveside=true %}
{% if catparent!="blog" and
child.tags is empty and
contacts is empty and
ressources is empty and
links is empty %}
{% set haveside=false %}
{% endif %}
{%if pages and pages|length > 1%}
{% for otherchidblog in child.childblogs[0].blog.childblogs[0] %}
{{otherchidblog.child.name}}
{% endfor %}
{% if not ressources is empty %}
Ressources
{% for ressource in ressources %}
{% if ressource.childtype.id==16 %}
{% set filename="/"~appAlias~"/uploads/child/"~ressource.id~"/"~ressource.filename %}
{% else %}
{% set filename=ressource.url %}
{% endif %}