{% load cache %} {% load post_render %} {% load thumbnail %}

{{ post.author }} {% if post.tripcode %}{% if post.secure %}!{% endif %}!{{ post.tripcode }}{% endif %} posted at {{ post.timestamp }} {% if request.resolver_match.view_name == 'thread' and not post.thread.closed %} #{{ post.pk }} {% elif request.resolver_match.view_name == 'search' %} #{{ post.pk }} {% else %} #{{ post.pk }} {% endif %} {% if not thread.closed %}

[+] [Delete] [Report]
{% endif %}

{% if post.image %}
(File) {{ post.image.size|filesizeformat }} | {{ post.image.width }}x{{ post.image.height }} | {{ post.filename }}
{% endif %} {% cache 500 post post.pk %}
{% if post.image %} {% thumbnail post.image "x300" as im %} {% endthumbnail %}

{% post_render post %}

{% else %}

{% post_render post %}

{% endif %}
{% endcache %}