{% extends "base.html" %} {% block headersupplement %} {% endblock %} {% block body %}
{% if 'AZIENDA.DOCUMENTO.CREA' in permesso %} {% endif %} {% if not DISABLEOPTIONS %} {% if 'AZIENDA.DOCUMENTO.EDIT' in permesso %} {% endif %} {% endif %}
 
{% include 'documento.welcome.documento.html' %} {% include 'documento.welcome.upload.html' %}
{% endblock %} {% block bottom %} {% include "documento.stato.html" %} {% endblock %}