{% load i18n %} {% comment %} - This template is used within the pagetree when a page is copied to show which permissions should be transfered {% endcomment %}
{% block content %} {% block header %}

{% blocktrans %}Choose copy options{% endblocktrans %}

{% endblock %} {% block form %}{% if form %}
{% csrf_token %}{{ form.as_p }}
{% endif %}{% endblock %} {% endblock %}
{% block script %} {% endblock %}