{% extends "a4dashboard/base_dashboard_project.html" %} {% load i18n avatar widget_tweaks form_tags %} {% block dashboard_project_content %}
{{ form.name.help_text }}
{{ form.description.help_text }}
{{ form.date.help_text }}
{% blocktrans %} You can upload a maximum of {{ fileupload_max }} documents. Allowed formats are {{ allowed_file_types }}. {% endblocktrans %}
{% trans 'You can add additional files after saving the current file.' %}