{% load i18n %}
| {% trans "Document" %} | {% trans "Added" %} |
|---|---|
| {{ doc }}
{% if doc.search_tags %} {% for tag in doc.search_tags %} {{ tag }} {% endfor %} {% endif %} {{ doc.page_set.count }} {% trans "Pages" %}, {{ doc.get_num_active_user_comments }} {% trans "Comments" %} |
{{ doc.date_added|date:"d.m.Y"}} |