{% extends "base.html" %} {% block title %} {{ _("Tags") }} {% endblock %} {% block content %} {{ _("New Tag") }}

{{ _("Tags") }}

Sort by: Name | Views

Also see Package Tags.

{{ _("Name") }}
{{ _("Description") }}
{{ _("Views") }}
{{ _("Packages") }}
{% for t in tags %}
{{ t.title }}
{{ t.description or "" }}
{{ t.views }}
{{ t.packages | count }}
{% endfor %}
{% endblock %}