{% extends "base.html" %} {% load lang %} {% block title %}{{ "All tags"|t }}{% endblock %} {% block topbar %}{{ "All tags"|t }}{% endblock %} {% block content %}

{{ "All tags"|t }}

{{ tags|length }} {{ "tags"|t }}, {{ total }} {{ "uses"|t }}. {{ "Ranked by weight: two neighbours of equal weight are often the same tag written twice."|t }}

{% if not tags %}

{{ "No tag yet."|t }}

{% else %}

{{ "By weight"|t }}

{{ "Alphabetically"|t }}

{% endif %}
{% endblock %}