{% extends "share_links/base.html" %} {% load share_links_templatetags markdownify i18n humanize %} {% block title %}{{ tag.tag }} : {{ block.super }}{% endblock %} {% block content %}

{% translate "Tag" %} #{{ tag.tag }}

{{ tag.date_added|naturaltime|capfirst }} — {{ tag|get_links_nb }} {% translate "link" %}{{ tag|get_links_nb|pluralize }}

{% if tag.description %}

{{ tag.description|markdownify }}

{% endif %}
{% for link in page_obj %} {% include "share_links/link/link.html" %} {% empty %}
{% translate "No link with this tag!" %}
{% endfor %} {% endblock %} {% include "share_links/partials/pagination.html" %}