{% extends "base.html" %} {% block title %}Queue — Great{% endblock %} {% block content %}

Want to consume

{% set anything = false %} {% for data in lists %}{% if data.wants %}{% set anything = true %}

{{ data.config.name }}

{% endif %}{% endfor %} {% if not anything %}

Nothing in the queue.

{% endif %} {% endblock %}