{% extends "two_column_body.html" %} {% import "macros.html" as macros %} {% block title %}{% spaceless %}{% trans %}Tags{% endtrans %}{% endspaceless %}{% endblock %} {% block content %} {% include "tags/header.html" %} {% if tag_list_type == 'list' %} {% if not tags.object_list %} {% trans %}Nothing found{% endtrans %} {% endif %} {% if tags.object_list %}
{{macros.paginator(paginator_context)}}
{% endif %} {% else %}
{% if not tags %} {% trans %}Nothing found{% endtrans %} {% endif %} {{ macros.tag_cloud(tags = tags, font_sizes = font_size, search_state = search_state) }} {% endif %} {% endblock %} {% block endjs %} {% endblock %}