{% load i18n %} {% load catalogue_tags %} {% if one_tag %} {% trans "See full category" %} {{ one_tag }} {% else %} {% for tag in tags %} {{ tag }} ({{ tag.book_count }}) {% endfor %} {% endif %}