{% load i18n %}
{{ post.date_published|date }}

{{ post.title|striptags|safe }}

{% for author in post.authors.all %} {% endfor %}
{% trans 'published by' %} {{ author.name }}
{% trans 'in blog' %} {{ post.feed.blog.title }}
{% trans 'original entry' %} {{ post.title|safe }}