{% load i18n %} {% load thumbnail %}
{% trans "choose a profile image" %}
| {% trans "Current profile picture" %} |
{% thumbnail img_container.image "x100" format="PNG" as im %} |
|
{% trans "Upload a new picture" %} (JPG, PNG, < 1 Mo) |
{% for error in profile_picture_form.image.errors %} {{ error }} {% endfor %} |