{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}{% spaceless %}{% trans %}Tag list{% endtrans %}{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %}
{% if stag %} {% trans %}All tags matching '{{ stag }}'{% endtrans %}: {% endif %} {% if not tags.object_list %} {% trans %}Nothing found{% endtrans %} {% endif %}