{% extends "base.html" %} {% load i18n %} {% block extra-head %} {% endblock %} {% block content %}
{% trans "Set your profile picture" %}
{% csrf_token %} {{ form.as_div }}
{% for object in form.default_avatars %} {% endfor %}
{% endblock content %}