{% load i18n %} {% load url from future %}
{{ post.date_modified|date:"M d Y" }}

{{ post.title|striptags|safe }}

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

{% for tag in post.tags.all %} {{ tag.name }} {% endfor %}