{% load i18n %}

{% trans 'Children' %}

{% if children %}
{% for child in children %} {% endfor %}
{% trans 'Position' %} {% trans 'Title' %} {% trans 'Active' %} {% trans 'Manage' %}
{{ child.title }} {% trans 'Edit' %} {% trans 'View' %}
{% else %} {% trans 'There are no children' %} {% endif %}