{% extends "base" %} {% block title %} {{ "Edit your account" | _ }} {% endblock title %} {% block content %}
{{ "Be very careful, any action taken here can't be cancelled." | _ }} {% if not account.is_admin %}
{% else %}{{ "Sorry, but as an admin, you can't leave your instance." | _ }}
{% endif %} {% endblock content %}