{% extends "account/base.html.twig" %} {% import "common/macro_flashes.html.twig" as macro_flashes %} {% set selected = "informations" %} {% block stylesheet %} {{ parent() }} {% endblock %} {% block javascript %} {{ parent() }} {% endblock %} {% block title %} {{ "login:: Mon compte" | trans }} {% endblock %} {% block content_account %}
{{ macro_flashes.flashes() }}
  {{ "Informations personnelles" | trans }}  ({{ "edit" | trans }})   {{ "Notification par email" | trans }}  ({{ "edit" | trans }})   {{ "FTP" | trans }}  ({{ "edit" | trans }})
{% if not user.isadmin() and not user.hasLdapCreated() and (owned_feeds|length == 0) and (initiated_validations|length == 0) %} {{ 'phraseanet::account: Delete my account' | trans }} {% else %}

{{ "phraseanet::account: << your account can be deleted via admin interface >> " | trans }}

{% endif %}
{% endblock %}