{% blocktrans with entry.createtime|timesince as time %}Before {{ time }} published by{% endblocktrans %} {{ entry.createby }}.
{% if not entry.is_public %}
not public
{% endif %}
{% include "blog/includes/admin_links.html" %}
{{ entry.get_html }}
{% if entry.lastupdatetime != entry.createtime %}
(Last update: {{ entry.lastupdatetime|date:_("DATETIME_FORMAT") }} by {{ entry.lastupdateby }}.)
{% endif %}
{% include "blog/includes/taglist.html" %}