{% extends "base" %} {% block title %} {{ "Edit your account" | _ }} {% endblock title %} {% block content %}

{{ "Your Profile" | _ }}

{{ "Danger zone" | _ }}

{{ "Be very careful, any action taken here can't be cancelled." | _ }} {% if not account.is_admin %}

{{ "Delete your account" | _ }}

{% else %}

{{ "Sorry, but as an admin, you can't leave your instance." | _ }}

{% endif %} {% endblock content %}