{% extends "boards/thread.html" %} {% load i18n %} {% load static from staticfiles %} {% load board %} {% load tz %} {% block head %} {{ thread.get_opening_post.get_title|striptags|truncatewords:10 }} - {{ site_name }} {% endblock %} {% block thread_content %} {% get_current_language as LANGUAGE_CODE %} {% get_current_timezone as TIME_ZONE %}
{% if posts %} {% for post in posts %} {% for image in post.get_images %} {% endfor %} {% endfor %} {% else %} {% trans 'No images.' %} {% endif %}
{% endblock %}