{% extends "base.html" %} {% load i18n plmapp_tags %} {% block css %} {% endblock %} {% block content %} {% if is_contributor %}

{% trans "Upload files and document creation" %}

{% trans "Select files to upload, then click on upload button to create your document" %}

{% endif %} {% endblock %}