{% extends "layouts/default.html" %} {% block title%}Edit Account{%endblock%} {% block content %}

Edit Account

{% if roles.administrator or roles.owner %} {% endif %}
Update Profile Image
{% if roles.user or roles.administrator %}

Delete Account

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

{% endif %} {% endblock %}