{% blocktrans with entry.url_date|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|date:"r" != entry.createtime|date:"r" %}{# compare in RFC2822 format: without microseconds #}
(Last update: {{ entry.lastupdatetime|date:_("DATETIME_FORMAT") }} by {{ entry.lastupdateby }}.)
{% endif %}
{% include "blog/includes/taglist.html" %}