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

Foro de la comunidad

{% include 'forum/_style.html' %}
{% for category in categories %}
{{ category.name }}
{% for forum in category.forums %}
{{ forum.name }} {% if not forum.visibility %}Oculto{% endif %}
{{ forum.description }}
{{ forum.topic_count }} temas
{{ forum.post_count }} mensajes
{% if forum.last_topic_name %} {% endif %}
{% endfor %}
{% empty %}

Todavía no hay foros disponibles.

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