{% extends "layouts/default.html" %} {% block title%}Edit your accout settings.{%endblock%} {% block content %}

Edit Account

View Dashboard View Dashboard {% if roles.administrator %} Manage Accounts Manage Accounts {% endif %}

Your 'username' is what you use to login to the website. That cannot be changed. Your 'display name' is the name used in places like your Dashboard.

Delete Account

Warning: This cannot be undone. Enter '{{user.username}}' in the text box below before clicking 'Delete Account' to confirm deletion.

{% endblock %}