{% extends 'base/base.html' %} {% block title -%}{{ _("Tags") }} ยท {{ super() }}{%- endblock title %} {% block content %} {{ breadcrumb(active=_('All Tags'))}}
{{ _('All Tags') }}
{% for tag in tags.items %} {{ tag.name }} {% else %} {{ _('No Tags') }} {% endfor %}
{{ panel_base.tag_list() }}
{% endblock %}