{% extends 'themes/' ~ registry().get('plugins.site.settings.theme') ~ '/templates/partials/base.html' %} {% block content %}

{{ __('accounts_profile') }}

{% for key, value in profile %} {% endfor %}
{{ __('accounts_' ~ key) }}: {{ value }}
{% if acl().getUserLoggedInEmail() == profile.email %} {{ __('accounts_profile_edit') }} {{ __('accounts_logout') }} {% endif %} {% endblock %}