{% if results %}
{% for day, questions in results|groupby('updated_day') %}

{{ day }}

{% endfor %}
{% else %} {% if message %}

{{ message }}

{% else %}
No active questions Go to the New tab to answer some questions. We'll keep track of them here.
{% endif %} {% endif %}