{% extends "wiki/base.html" %} {% set title = _('All Tags') %} {% block title %}{{ page_title(title) }}{% endblock %} {% block content %}

{{ title }}

{% if tags.object_list %} {{ tags|paginator }} {% else %}

{{ _('There are no tags.') }}

{% endif %}
{% endblock %}