{% load sph_extras %} {% load i18n %}

{{ post.subject }}

{{ post.postdate|sph_date }} {% if post.allowEditing %} {% trans "Edit" %} {% endif %}

{{ post.body_escaped }}

{% trans "Posted by" %} {% sph_html_user post.author %}

{% trans "Assigned Tags:" %} {% for tag_label in blogpost.get_tag_labels %}{{ tag_label.label }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% blocktrans with post.threadinformation_set.get.post_count|add:"-1" as count %}{{ count }} Comments{% endblocktrans %} {% with post.attachments.all as allattachments %} {% if allattachments|length %}

{% trans "Attachments" %}: {% for attachment in allattachments %} {% if not forloop.first %}, {% endif %}{{ attachment.fileupload.name|sph_basename }} ({{ attachment.fileupload.size|filesizeformat }}) {% endfor %}

{% endif %} {% endwith %}