{% extends 'projectroles/project_base.html' %} {% load rules %} {% block title %} {% if batch_action == 'delete' %} Delete {% elif batch_action == 'move' %} Move {% endif %} Selected {% endblock title %} {% block projectroles_extend %}
Note! The following item{% if failed|length != 1 %}s{% endif %} can not be {% if batch_action == 'move' %} moved (insufficient permissions) {% elif batch_action == 'delete' %} deleted (insufficient permissions or non-empty folders) {% endif %}