src/cm/templates/site/macros/text_meta.html
author gibus
Thu, 21 Jul 2011 15:03:38 +0200
changeset 366 98af3be91847
parent 123 a646958c787c
permissions -rw-r--r--
For some reasons, abiwords can read background style attribute but not background-color

{% load i18n %}
{% load com %}
{% nb_comments text as nb_comments %}

<span class="metadata">
<abbr title="{{ text.last_text_version.created|local_date:tz }}">{% blocktrans with text.last_text_version.created|timesince as duration %}last modified {{ duration }} ago{% endblocktrans %}</abbr>
/
{% blocktrans count text.get_versions_number as versions_number %}1 version{% plural%}{{ versions_number }} versions{% endblocktrans %}
</span>