{% extends "wiki/base.html" %} {% if tag %} {% set title = _('Localized articles tagged with: {tag}')|f(tag=tag) %} {% else %} {% set title = _('Articles tagged with any localization tags') %} {% endif %} {% block title %}{{ page_title(title) }}{% endblock %} {% set crumbs = [(None, title)] %} {% block content %}
{% trans count=count %} Found {{ count }} document. {% pluralize %} Found {{ count }} documents. {% endtrans %}
{% if documents.object_list %}{{ _('There are no articles.') }}
{% endif %}