{% extends "base.html" %} {% block body_class %}manifest{% endblock body_class %} {% block title %}{% trans "Profile Settings" %} - {{ block.super}}{% endblock title %} {% block content %}
{% trans "Update your personal information. Let others know more about you." %}
{% trans "You can upload a profile picture." %}
{% trans "Change your language and time zone settings." %}
{% trans "You can change your email adress." %} ({{ user.email }})
{% trans "Change your password here. Please do not share your password with others." %}
{% endblock content %}