{% extends "base.html" %} {% block title %}Profile{% endblock %} {% block breadcrumb %}Profile{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Manage your admin account, update personal information and change your password.
Irreversible actions. Proceed with caution.
{% set logout_url = (url_prefix if url_prefix else '/admin') + '/logout' %}