{% 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 %}

{% if batch_action == 'delete' %} Delete {% elif batch_action == 'move' %} Move {% endif %} Selected

{% if failed|length > 0 %} {% endif %}
{% else %} action="{% url 'filesfolders:batch_edit' project=project.sodar_uuid %}"> {% endif %} {% csrf_token %} {% if items|length > 0 %} {% for name in item_names %} {% endfor %} {% if batch_action == 'move' and folder_check %}
{% endif %} {% endif %} {% if items|length == 0 or not folder_check %} {% endif %}
{% if folder %} Cancel {% else %} Cancel {% endif %} {% if items|length > 0 %} {% if batch_action == 'move' and folder_check %} {% elif batch_action == 'delete' %} {% endif %} {% endif %}
{% endblock projectroles_extend %}