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

{{ forum.name }}

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

{{ forum.description }}

← Volver al foro {% if forum_is_authenticated %} Crear nuevo tema {% endif %}
{% for topic in topics %}
{{ topic.post_count }} respuestas{% if has_views %} · {{ topic.views }} vistas{% endif %}
{% if topic.last_poster %}
último: {{ topic.last_poster }}
{% endif %} {% if topic.last_time %}
{{ topic.last_time }}
{% endif %}
{% empty %}

No hay temas todavía. ¡Sé el primero en publicar!

{% endfor %} {% if 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 %}
{% include 'partials/social.html' %} {% include 'partials/footer.html' %} {% include 'partials/final.html' %}