{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}

{{ _('Edit Profile') }}

{{ wtf.quick_form(form) }}

{{ _('Change Avatar') }}

{{ _('Use Gravatar to manage your profile image that appears on this site and other sites that support Gravatar.') }}

{{ _('Manage Your Gravatar') }}

{% endblock %}