+ {% if field.auto_id == 'id_image' %}
+
{% render_field field class='form-control file-selector' %}
-
-
-
-
-
-
-
-
-
- {% if acc.image %}
-
-
- {{ acc.image.path }}
- {% else %}
- {% trans 'Click or drop the file here' %}
-
- {% trans 'The photo could not exceed 2MB.' %}
- {% endif %}
-
- {% else %}
- {% if field.auto_id == 'id_show_email' %}
- {% else %}
- {% render_field field class='form-control' %}
- {% endif %}
-
-
+
+
+
+
+
+
+
+ {% if acc.image %}
+
+ {{ acc.image.path }}
+ {% else %}
+ {% trans 'Click or drop the file here' %}
+ {% trans 'The photo could not exceed 2MB.' %}
+ {% endif %}
+
+ {% else %}
+ {% render_field field class='form-control' %}
+ {% endif %}
+
+
{{ field.help_text }}
+