{% load i18n %}

{% trans 'Children' %}

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