{% extends layout | default('lila/base.html') %} {% block title %}{{title}}{% endblock %} {% block content %}

Lila

{{user.name}}

{{translate['Profile']}}

Manage your account details and security settings.

{{translate['Name']}}: {{user.name}}

Email: {{user.email}}


{{translate['danger_zone']}}

{{translate['once_you_delete_your_account_there_is_no_going_back']}}

{% endblock %}