{{ topic.name }}
{% include 'forum/_style.html' %}
{% endfor %}
{% if pagination.total_pages > 1 %}
{% elif topic.locked %}
{% endif %}
{% if forum %}← {{ forum.name }}{% endif %}
{% if topic.has_views %}{{ topic.views }} visitas{% endif %}
{% if topic.locked %}Tema bloqueado{% endif %}
{% for post in posts %}
{{ post.author.status }}
{% if post.deleted %}
[Mensaje eliminado]
{% else %}
{{ post.text|forum_safe }}
{% endif %}
{{ post.time }}{% if post.updated_at and post.updated_at != post.time %} · editado {{ post.updated_at }}{% endif %}
{% if post.can_edit and not post.deleted %}
Editar
·
{% endif %}
{% if post.deleted and forum_is_moderator %}
{% endif %}
{% 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 %}
{% if can_reply %}
Responder
{{ reply_form.media }}Este tema está bloqueado. No se admiten nuevas respuestas.
{% elif not forum_is_authenticated %}Inicia sesión para responder.
{% endif %} {% if forum_is_moderator %}Moderación
{% if topic.locked %}
{% else %}
{% endif %}
{% if topic.deleted %}
{% else %}
{% endif %}
{% if move_forums %}
{% endif %}