{% load comment %} {% for entry in entries %} {% get_comment_count for entry as comment_count %}

{{ entry.title }}

{% if entry.description %}

{{ entry.description|escape }}

{% endif %}
{{ entry.changed|date:"j M Y" }} {% translate "from" %} {{ entry.author }} {{ comment_count|default:"No"|translate }} {% translate "comments" %} {% if user.is_admin %} {% translate "Edit" %} {% translate "Delete" %} {% endif %}
{% empty %} {% translate "No entries" %} {% endfor %} {% show_pages entries %}