{% load i18n %}

{{ post.title }}

{{ post.summary_uncached|safe }}
{% if FEEDZILLA_EXPAND_FULL %} {% endif %}
{% 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.count %}
{% for tag in post.tags.all %}{{ tag }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}