{% load share_links_templatetags markdownify i18n humanize %}

{{ tag.tag }}

{% if tag.category %}{% translate "Subcategory of" %} {{ tag.category }} —{% endif %}{{ tag.date_added|naturaltime }} — {{ tag|get_links_nb }} {% translate "link" %}{{ tag|get_links_nb|pluralize }}

{% if tag.description %}

{{ tag.description|markdownify|truncatewords_html:20 }}

{% endif %}