{% endif %}
{% endfor %}
{% for choice in choices %}
{% if not choice.reset %}
{{ choice.display }}
{% if choice.selected and choice.exclude_query_string %}
(exclude)
{% endif %}
{% if not choice.selected and choice.include_query_string %}
(include)
{% endif %}