{% extends "ishtar/sheet.html" %} {% load i18n ishtar_helpers window_header window_field window_tables %} {% block head_title %} {% trans "Account" %} – {{item.person.raw_name}}{% endblock %} {% block toolbar %} {% window_nav item window_id 'show-ishtaruser' %} {% endblock %} {% block content %} {% if ADMIN %} {# extra check #} {% with has_permission_dict=item.has_permission_dict %} {% with attached_items=item.get_attached_items %}