{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2018 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends config.USERPROFILES_SETTINGS_TEMPLATE %} {% from "invenio_userprofiles/settings/_macros.html" import render_field, form_errors %} {% set panel_title = _("Profile") %} {% set panel_icon = "user icon" %} {%- block settings_form %} {%- if security.confirmable and not current_user.confirmed_at %}
{%- endif %} {%- set form = profile_form %} {%- endblock settings_form %}