{% for item in library %}
  • {{ item.label }} {% if buttons and not 'movieset' in item %} {% if 'play' in buttons %} Play {% endif %} {% if 'info' in buttons %} Info {% endif %} {% if 'queue' in buttons %} {% if media == 'files' %} {% if item.filetype == 'file' %} Queue {% endif %} {% else %} Queue {% endif %} {% endif %} {% endif %} {% if item.playcount %} {% endif %}
  • {% endfor %}