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

{{ directory.title }} {% for t in directory.titles %} {% if not forloop.first %} » {% endif %} {% if t.0 %}{{ t.1 }}{% else %}{{ t.1 }}{% endif %} {% endfor %}

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