{% for tag in tags %}
{% include 'styleguide2/includes/atoms/tags/tag.html' with tag_is_shared=tag.is_shared text=tag.name id=tag.id color_classes=tag_color_classes %}
{% endfor %}
{% if extra_tag and extra_tag not in tags %}
{% include 'styleguide2/includes/atoms/tags/tag.html' with text=extra_tag.name id=extra_tag.id color_classes=tag_color_classes %}
{% endif %}
{% if filtered_tag %}
Resetovat štítky
{% endif %}