{% import "macros.html" as macros %} {% 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 %}