{% extends "sphene/sphboard/showThread.html" %} {% load i18n %} {% block above_post_list %} {% with thread.linklistpostextension_set.get as link %}

{% with "large" as thumbnailsize %} {% include "sphene/sphlinklist/_show_thumbnail_of_link.html" %} {% endwith %}
{% trans "Project:" %}{{ thread.subject }}
{% trans "URL:" %}{{ link.link }}
{% endwith %}


{{ block.super }} {% endblock %}