{% extends "base.html" %} {% load i18n thumbnail widget_tweaks form_tags %} {% block title %}{% trans 'Edit offlinephase content' %}{% endblock %} {% block content %}
{{ object.project.description | truncatechars:185 }}
{% 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.' %}