{% load thumbnail i18n %} {% load url from future %} {% for clipboard in user.filer_clipboards.all %} {% if clipboard.files.count %}{% with clipboard.files.all as items %} {% include "admin/filer/tools/clipboard/clipboard_item_rows.html" %} {% endwith %} {% else %} {% endif %}
{% trans "Clipboard" %}
{% csrf_token %} {% if is_popup %}{% endif %} {% if select_folder %}{% endif %}
{% csrf_token %} {% if is_popup %}{% endif %} {% if select_folder %}{% endif %}
{% comment %}
{% csrf_token %} {% if is_popup %}{% endif %}
{% endcomment %}
{% trans "the clipboard is empty" %}
{% endfor %}