{% load i18n wiki_macro_tags %} {% if article_children %}

{% trans "Articles" %}

{% for child in article_children %} {% article_list child depth %} {% endfor %}
{% endif %}