{% load i18n %}
{% if widget.current_picture %} {% translate {% else %} {% endif %}

{% translate "Profile picture" %}

{% translate "Upload image" %} {% translate "Click or drag" %}
{% if widget.other_pictures %}

{% translate "Your other pictures" %}

{% for pic in widget.other_pictures %} {% endfor %}
{% endif %} {% if widget.current_picture and not widget.required %} {% endif %}