{% extends "sphene/sphboard/extended_thread_list.html" %} {% load sph_extras %} {% load sphboard_extras %} {% load i18n %} {% block thread_list_header %} Threads Subject / Author Information {% endblock %} {% block thread_list_subject %} {% with thread.root_post.linklistpostextension_set.get as link %} {% include "sphene/sphlinklist/_show_thumbnail_of_link.html" %} {{ thread.subject }}
{% blocktrans with link.link as link %} Open URL: {{ link }} {% endblocktrans %}
{% endwith %} {% endblock %} {% block thread_list_info %} Views: {{ thread.view_count }}
Posts: {{ thread.post_count }}
Last Post:
{% sphboard_latestPost thread.latest_post 0 %}
{% endblock %}