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

{{ post.title|striptags|safe }}

{% trans 'published' %} {% for author in post.authors.all %} {% trans 'by' %} {{ author.name }} {% endfor %} {% trans 'in' %} {{ post.feed.title }}

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