{% extends "base.html" %} {% load i18n %} {% load wiki %} {% block content %}
{{ tag.description|fullwiki }}
{% for result in page.object_list %}

{% include "summary.search.part.html" %}

{% empty %}

{% blocktrans %}No results found.{% endblocktrans %}

{% endfor %} {% if page.has_previous or page.has_next %}
{% if page.has_previous %}{% endif %}« Previous{% if page.has_previous %}{% endif %} | {% if page.has_next %}{% endif %}Next »{% if page.has_next %}{% endif %}
{% endif %} {% endblock %}