{% load i18n %}
{% 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' %}