{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}{% spaceless %}{% trans %}Tag list{% endtrans %}{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %}
{% trans %}Tag list{% endtrans %}
{% trans %}by name{% endtrans %} {% trans %}by popularity{% endtrans %}

{% if stag %} {% trans %}All tags matching '{{ stag }}'{% endtrans %}: {% endif %} {% if not tags.object_list %} {% trans %}Nothing found{% endtrans %} {% endif %}

{% if tags.object_list %} {% endif %}
{% endblock %} {% block tail %}
{{macros.paginator(paginator_context)}}
{% endblock %}