{% load cache %} {% load post_render %} {% load thumbnail %} {% include 'boards/incl/htmx_hx_update.html' %} {% for thread, replies in posts.items %}
{% if thread.subject %}{{ thread.subject }}{% endif %} {% if thread.tripcode %}{% if thread.secure %}!{% endif %}!{{ thread.tripcode }}{% endif %} posted at {{ thread.timestamp }} {% if not board %} on /{{ thread.board.ln }}/ {% endif %} #{{ thread.pk }} {% if thread.sticky %}(S){% else %} {% endif %}
{% post_render thread %}
{% post_render thread %}
{% endif %}[Replies: {{ thread.post_set.all.count }}] [Visit]
No threads yet.
{% endfor %}