{% load tagging_tags %} {% load i18n %}

{{ post.title }}

{{ post.summary_uncached|safe }}
{% if FEEDZILLA_EXPAND_FULL %}{% trans "Expand" %} {% trans "or" %} {% endif %}{% trans "Read original" %}
{{ post.feed.author_or_title }} {{ post.created|date:"d M H:i" }} {% if post.tags %}
{% tags_for_object post as tags %} {% for tag in tags %}{{ tag }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}