Buscar en el foro
{% include 'forum/_style.html' %}
{% if query %}
{% empty %}
Resultados para «{{ query }}»: {{ results|length }}
{% for topic in results %}
{{ topic.name }}
en {{ topic.forum_name }} · por {{ topic.display_poster }} · {{ topic.created }}
No se encontraron temas.
{% endfor %} {% if pagination and pagination.total_pages > 1 %}
{% if pagination.has_prev %}« Anterior{% endif %}
{% for p in pagination.page_range %}
{% if p == pagination.page %}{{ p }}
{% else %}{{ p }}{% endif %}
{% endfor %}
{% if pagination.has_next %}Siguiente »{% endif %}
{% endif %}
{% else %}
Escribe al menos 2 caracteres para buscar.
{% endif %}