{% trans "You cannot delete a root article." as tmsg%}{{tmsg|force_escape}}
{% trans "Go back" as tmsg %}{{tmsg|force_escape}}
{% 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." as tmsg %}{{tmsg|force_escape}}
{% 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!" as tmsg%}{{tmsg|force_escape}}
{% trans "You are deleting an article. Please confirm." as tmsg%}{{tmsg|force_escape}}
{% endif %} {% endif %}