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

{% trans 'Document:' %} {{ doc }} {% if editable and not doc.name %}{% trans 'Click to edit title' %}{% endif %}

{% trans 'Keywords:' %} {{ keywords }}{% if editable and not keywords %} {% trans 'Click to add keywords' %}{% endif %}

{% if directory %}
{% for element in directory.elements %} {% endfor %}
  {% trans 'Name' %} {% trans 'Size' %}
{{ element.name }} {{ element.size|si_unit:"B" }}
{% endif %}
{% endblock %}