{% load thumbnail %} {% for clipboard in user.clipboards.all %} {% if clipboard.files.count %}{% with clipboard.files.all as items %} {% include "admin/filer/tools/clipboard/clipboard_item_rows.html" %} {% endwith %} {% else %} {% endif %}
Clipboard
{% if is_popup %}{% endif %}
{% if is_popup %}{% endif %}
{% if is_popup %}{% endif %}
the clipboard is empty
{% endfor %}