{# 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 #}
query
type
unsubscribe
{% for english_query, query_type, qhash in possible_queries %}