{% include 'partials/head.html' %} {% include 'partials/header.html' %} {% include 'partials/video.html' %}

Buscar en el foro

{% include 'forum/_style.html' %}
{% if query %}

Resultados para «{{ query }}»: {{ results|length }}

{% for topic in results %}
{{ topic.name }}
en {{ topic.forum_name }} · por {{ topic.display_poster }} · {{ topic.created }}
{% empty %}

No se encontraron temas.

{% endfor %} {% else %}

Escribe al menos 2 caracteres para buscar.

{% endif %}
{% include 'partials/social.html' %} {% include 'partials/footer.html' %} {% include 'partials/final.html' %}