{% if back_url %}

« Display all blog entries

{% endif %} {% if create_url %}

create a new blog entry

{% endif %} {% if not entries %}no blog entry exists{% endif %} {% for entry in entries %}
{{ entry.headline }}
{% blocktrans with entry.createtime|timesince as time %}Before {{ time }} published by{% endblocktrans %} {{ entry.createby }}.
{% if not entry.is_public %}

not public

{% endif %}
{{ entry.html }}

{% if entry.lastupdateby %}(Last update: {{ entry.lastupdatetime|date:"D d M Y H:i" }} by {{ entry.lastupdateby }}.){% endif %}

tags {% for tag in entry.tag_info %} {% if not forloop.first %}|{% endif %} {% ifequal tag.name current_tag.name %} {{ tag.name }} {% else %} {{ tag.name }} {% endifequal %} {% endfor %}
{% if entry.all_comments %}
comments
{% else %} {{ entry.comment_count }} comment{{ entry.comment_count|pluralize:"s" }}... {% endif %} {% if add_comment_form %}
Leave a comment
{% endif %}
{% endfor %} {% if back_url %}

« Display all blog entries

{% endif %} {% if create_url %}

create a new blog entry

{% endif %}
{% trans 'tag cloud' %}
{% trans 'available syndication feeds' %}