{% trans %}Taguette Codebook{% endtrans %}

{% for tag in tags %}

{{ tag.path }}

{{ ngettext("%(number)d highlight", "%(number)d highlights", tag.highlights_count, number=tag.highlights_count) }}

{{ tag.description }}

{% endfor %}