equal
deleted
inserted
replaced
196 <span class="dashlog_data"> |
196 <span class="dashlog_data"> |
197 <a href="{% url text-view text.key %}">{{ text.title }}</a> |
197 <a href="{% url text-view text.key %}">{{ text.title }}</a> |
198 </span> |
198 </span> |
199 <div style="padding-left:22px;" class="dashlog_metadata"> |
199 <div style="padding-left:22px;" class="dashlog_metadata"> |
200 {% nb_comments text as nb_comments %} |
200 {% nb_comments text as nb_comments %} |
201 {% blocktrans count nb_comments as nb_comments %}{{ nb_comments }} comment{% plural %}{{ nb_comments }} comments{% endblocktrans %}, {% blocktrans with text.modified|timesince as duration %}modified {{ duration }} ago{% endblocktrans %} |
201 {% blocktrans count nb_comments as nb_comments %}{{ nb_comments }} comment{% plural %}{{ nb_comments }} comments{% endblocktrans %}, |
|
202 {% blocktrans count text.get_versions_number as versions_number %}1 version{% plural%}{{ versions_number }} versions{% endblocktrans %}, |
|
203 {% blocktrans with text.modified|timesince as duration %}modified {{ duration }} ago{% endblocktrans %} |
202 </div> |
204 </div> |
203 </div> |
205 </div> |
204 </li> |
206 </li> |
205 {% empty %} |
207 {% empty %} |
206 {% blocktrans %}No texts yet{% endblocktrans %} |
208 {% blocktrans %}No texts yet{% endblocktrans %} |