{% extends "inc/layout.html" %} {% from "inc/forms.html" import renderfield, rendersubmit %} {% block title %}My profile{% endblock %} {% block content %}

This page is work-in-progress.

My name
{{ g.user.fullname }}
My username
{% if g.user.username %}{{ g.user.username }}{% else %}(none){% endif %}
Bio
{{ g.user.description }}

Edit this →
Change password →

My email addresses

My mobile numbers

My external ids

My applications

{% endblock %}