{% if content.count_childrens %} {% set children = get_contents(content.id, paginate = 12) %} {# -------------------------------------------------------- PAGINAZIONE -------------------------------------------------------- #}
{{ children.links }}
{# -------------------------------------------------------- CONTENUTI -------------------------------------------------------- #} {% for child in children %}

{{ child.title }}

{{ child.short_description|striptags|truncate(300) }}
{{ find_label('cms', 'read_more') }} {% if child.image_url %} {% set child_image = child.image %} {{ child_image.title }} {% endif %}
{% endfor %} {% endif %}