{% extends 'boards/base.html' %} {% load cache %} {% load post_render %} {% load thumbnail %} {% block title %}/{{ thread.board.ln }}/{{ thread.pk }}/:{{ thread.subject }}{% endblock title %} {% block content %}
{% if thread.closed %}(Closed){% endif %} {% if thread.archived %}(Archived){% endif %} {% if thread.sticky %}(Sticky){% endif %}
{% if thread.subject %}{{ thread.subject }}{% endif %} {% if thread.tripcode %}{% if thread.secure %}!{% endif %}!{{ thread.tripcode }}{% endif %} posted at {{ thread.timestamp }} {% if not thread.closed %} #{{ thread.pk }} {% else %} #{{ thread.pk }} {% endif %} {% if not thread.sticky and not thread.archived %} {% endif %}