{% extends "base.html" %} {% block body_class %}manifest{% endblock body_class %} {% block title %}{% trans "Profile Settings" %} - {{ block.super}}{% endblock title %} {% block content %}

{% trans "Profile Settings" %}

{% trans "Personal Information" %}

{% trans "Update your personal information. Let others know more about you." %}

{% trans "Profile Picture" %}

{% trans "You can upload a profile picture." %}

{% trans "Regional Settings" %}

{% trans "Change your language and time zone settings." %}

{% trans "Email address" %}

{% trans "You can change your email adress." %} ({{ user.email }})

{% trans "Password" %}

{% trans "Change your password here. Please do not share your password with others." %}

{% endblock content %}