{% include 'left_action_bar.html' %}
{% for f in current_filter %}
{% set_global unique_tags = unique_tags | update_unique_tags(unique_tags=unique_tags, tag=f) %}
{% set_global tag_bar_key_comb = tag_bar_key_comb |
update_tag_bar_key_comb(tag_bar_key_comb=tag_bar_key_comb, tag=f) %}
{% set kw_tag_bar = tag_bar_key_comb[f] %}
{% endfor %}