{% load sph_extras %} {% load i18n %}
{% trans "Posted by" %} {% sph_html_user post.author %}
{% blocktrans with post.threadinformation_set.get.post_count|add:"-1" as count %}{{ count }} Comments{% endblocktrans %}{% if allowPosting %} | {% trans "Post new Comment" %}{% endif %} {% with post.attachments.all as allattachments %} {% if allattachments|length %} {% endif %} {% endwith %}