{% load static %} {% load filter_query_params %} {% get_tag_params request as active_tags %}

Select tags to apply filter:

{% if inactive_tags or active_tags %}
{% csrf_token %} {% for a_tag in active_tags %} {{ a_tag }} {% endfor %} {% for i_tag in inactive_tags %} {{ i_tag }} {% endfor %}
{% else %} You dont have any tags yet. {% endif %}