Pick queries to unsubscribe from

{# If 'possible_queries' is empty, show that no queries exist to unsubscribe from #} {% if possible_queries|length > 0 %} {# Loop possible queries, insert into table: english query | check box #} {% for english_query, query_type, qhash in possible_queries %} {% endfor %}
query type unsubscribe
{{ english_query }} {{ query_type }}
Unsubscribe from all

{% else %}

You currently don't have any subscribed queries

{% endif %}