{% if not rows %}
{% if filter == 'inbox' %}Nothing to decide. Next run at 04:00.{% elif q %}No questions match “{{ q }}”.{% else %}No questions here.{% endif %}
{% else %} {% for row in rows %}{% with r=row, agent=agent, filter=filter %}{% include "_row.html" %}{% endwith %}{% endfor %}
StateIdQuestion5 nightsChanged
{# pre-rendered panels: a click on one of these rows swaps the template in without a request (see base.html) #} {% for p in panels %}{% endfor %} {% endif %}