{% extends "base.html.twig" %} {% block localstyle %} {% endblock %} {% block body %}

{{ catparent }} = {{ parent.name }}

Ajouter Elément {% if not childs is empty %}Visualiser{%endif%} {% if catparent == 'blog' %} Modifier le Blog {% elseif catparent == 'page' %} Modifier la Page {% endif %}

{% set idchildtype=-100 %} {% for child in childs %} {% if child.childtype.id != idchildtype %} {% if not loop.first %} {% endif %}
Type = {{ child.childtype.name }}
    {% set idchildtype=child.childtype.id %} {% endif %}
  1. {% if child.childtype.id==12 %} {%endif%} {% if child.childtype.id==13 %} {%endif%}
    {{child.name}} {% if not child.subname is empty %}
    {{child.subname}}{%endif%}
  2. {% if loop.last %}
{% endif %} {%endfor%}
{% endblock %} {% block localscript %} {% endblock %}