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

{{ post.title|striptags|safe }}

{% trans 'published in' %} {{ post.feed.title }}

{% for tag in post.tags.all %} {% if forloop.first %} {% trans "tags" %}: {% endif %} {{ tag.name }}{% if not forloop.last %}, {% endif %} {% endfor %}

{{ post.content|safe|striptags|truncatewords:"100" }} {% trans 'Read more' %}