{% load i18n %}

{{ post.title }}

{% trans "From" %} {{ post.feed.author_or_title }} {% trans "on" %} {{ post.created }}
{{ post.summary|safe }} {% trans "Read original" %} {% if post.tags.count %}
Tags: {% for tag in post.tags.all %} {{ tag }} {% endfor %}
{% endif %}