{% for item in clipboard %}
{% with icon=item.obj.icon %} {% if icon %} {{ item.obj.icon }} {% else %} {% include "../icons/clipboard_item.html" %} {% endif %} {% endwith %}
{# {{ item.key }} #}
{{ item.obj.clipboard_verbose_name }}
{{ item.obj.clipboard_text_preview }} {% if item.allowed == "partial" %}
Some modules are not allowed here
{% endif %}
{% if item.allowed %} {% include "../icons/paste.html" %} Paste {% include "../icons/link.html" %} Link {% else %} not allowed {% endif %}
{% empty %}

clipboard empty

{% endfor %}