{{ 'Favorite tags'|trans }}

{% include 'filter-input-snippet.html' with {'target': 'favtagsTagsDiv', 'targetType': 'li'} %}
    {% if favTagsArr|length == 0 %}
  • {{ 'No favorite tags are present. Add an existing tag with the form below.'|trans }}
  • {% else %} {% for favtag in favTagsArr %}
  • {{ favtag.tag }}
  • {% endfor %} {% endif %}

{# ADD TAG AS FAVORITE INPUT #}
{# this is a dummy button with no action, all work is done via event listeners on #createFavTagInput #}