{% extends "layout.html" %} {% block title %}Update your account{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %}

Your personal informations






{% if username %}leave passwords blank to preserve your current password...{%else%} Before starting, please fill your personal informations... {%endif%}

{% endblock %}