{% extends "filebrowser/base.html" %} {% load i18n truncate_filter filebrowser_tags %} {% block pagetitle %}{{ block.super }} - {% trans "Listing" %}{% endblock %} {% block parentextrabreadcrumbs %} {% endblock %} {% block extrabreadcrumbs %} {% if parents %}{% trans "Document repository" %}{% else %}{% trans "Document repository" %}{% endif %} {% if parents %} {% for p in parents %} {% if not forloop.last %}{{ p.dirname }}{% else %} {{ p.dirname }} {% endif %} {% endfor %} {% endif %} {% endblock %} {% block content %}

{% trans "Document repository" %}

{% if edit_permission %} {% trans {% trans "Create folder" %} {% trans {% trans "Upload file" %} {% trans {% trans "Create document" %} {% endif %}
{% if errornote %}

{{ errornote }}

{% endif %}
{% for d in dirs %} {% endfor %} {% for f in files %} {% endfor %} {% for doc in documents %} {% endfor %}
{% trans "Name" %} {% trans "Size" %} {% trans "Modification date" %}
{{ d.childnumber }} Elementos {{ d.modificated|date:"d/m/Y" }}
{{ f.size|filesizeformat }} {{ f.modificated|date:"d/m/Y" }}
{{ doc.get_size|filesizeformat }} {{ doc.modification_date|date:"d/m/Y" }}
{% if edit_permission %}

{% trans "Select one or more files or folders and click the desired button" %}

{% endif %}
{% endblock %}