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