{% load i18n static %} {% translate "Upload the image file to the CRM server" %}


{% translate "Please select an image file to upload." %}

{{ warning_message }}



{% csrf_token %}
{{ form.file.errors }} {{ form.file.label_tag }} {{ form.file }}

{{ form.file.help_text|safe }}






{% translate "To specify the address of the uploaded file, use the tag -" %} {% templatetag openblock %} cid_media 'pics/file_name.ext' {% templatetag closeblock %}.

{% translate "Upload only files that will be used many times. For example, a company logo." %}