src/cm/templates/site/macros/text_meta.html
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 123 a646958c787c
permissions -rw-r--r--
add link to "privacy policy" in the header test

{% 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>