{% if interactive %}
{% if is_granted('IS_AUTHENTICATED_FULLY') and not credits > 0 %}
{% endif %}
{% endif %}
{% if this.results is not empty %}
{% if this.selectMode %}
{% for art in this.results %}
{% if art.slug is not empty and art.title is not empty %}
{% set artKind = art.kind ? art.kind.value : 30023 %}
{% set coordinate = artKind ~ ':' ~ art.pubkey ~ ':' ~ art.slug %}