{% extends "admin/base.html" %} {% load i18n admin_tags static %} {% block title %} Papermerge | Documents {% endblock %} {% comment %} beautiful refresh feature BEGIN {% endcomment %} {% block animated_opacity_content_wrapper %} animated-opacity {% endblock %} {% block animated_opacity_main_header %} animated-opacity {% endblock %} {% block animated_opacity_main_sidebar %} animated-opacity {% endblock %} {% comment %} beautiful refresh feature END {% endcomment %} {% block widgetsbar %}
{% trans "Info" %}
  • {{document.lang}}
  • {% localized_datetime document.created_at%}
  • {% localized_datetime document.updated_at%}
  • {% if tags|length > 0 %}
  • {% for tag in tags %}
    {{ tag.name }}
    {% endfor %}
  • {% endif %} {% if versions|length > 0 %}
  • {% endif %}
  • {% if versions|length > 0 %} {% else %} {% trans "Download" %} {% endif %}
{% endblock %} {% block actions %}
{% endblock %} {% block breadcrumb %} {% endblock %} {% block modals %} {% include 'admin/_forms.js.html' %} {% endblock modals %} {% block content %}
{% include 'admin/_page_thumbnails.html' with pages=pages document=document %}
{% include 'admin/_pages.html' with pages=pages %}
{% endblock %}