{% include 'sidebar.html' %}

Your Profile

View and update your account details
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, msg in messages %}
{{ msg }}
{% endfor %} {% endif %} {% endwith %} {% if error %}
{{ error }}
{% endif %}
Change password (optional)
Cancel
{% include 'footer.html' ignore missing %}