{% load i18n %} {% load humanize %} {% if tags %}

{% trans "Related tags" %}

{% for tag in tags %} × {{ tag.used_count|intcomma }}
{% endfor %}
{% endif %}