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

Want to consume

{% set ns = namespace(anything=false) %} {% for data in lists %}{% if data.want_views %}{% set ns.anything = true %}

{{ data.config.name }}

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

Nothing in the queue.

{% endif %} {% endblock %}