{% trans "You cannot delete a root article." %}
+ + {% else %} + + {% if cannot_delete_children %} + +{% trans "You cannot delete this article because you do not have permission to delete articles with children. Try to remove the children manually one-by-one." %}
+ + {% endif %} + + {% if delete_children %} + +{% trans "You are deleting an article. This means that its children will be deleted as well. If you choose to purge, children will also be purged!" %}
+ +{% trans "You are deleting an article. Please confirm." %}
+ + + {% endif %} + + {% endif %} +