{% for item in library %}
  • {% if 'art' in item and 'banner' in item.art %} {% elif item.thumbnail %} {% endif %}
    {{ item.label }}
    {% if buttons and not 'movieset' in item %}
    {% if 'info' in buttons %} {% endif %} {% if 'play' in buttons %} {% endif %} {% if 'queue' in buttons %} + {% endif %}
    {% endif %}
  • {% endfor %}