{% extends "root.html" %}{% load staticfiles %}{% load url from future %}{% load i18n %}{% load updoc %} {% block body %}

{% trans 'Properties' %}

{% trans 'Document:' %} {{ doc }} {% trans 'loading…' %}

{% trans 'Keywords:' %} {{ keywords }} {% trans 'loading…' %}
{% if directory %} {% for element in directory.elements %} {% endfor %}
  {% trans 'Name' %} {% trans 'Size' %} {% trans 'Modified on' %}
{{ element.name }} {{ element.size|si_unit:"B" }} {% if element.date %} {{ element.date|date:"SHORT_DATETIME_FORMAT" }} {% endif %}
{% endif %}
{% endblock %}