{% set renderDataTables = "c4s-b2b-account-impersonation-accounts" %} {% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate} %}
{{ oViewConf.getHiddenSid()|raw }}
{% if edit %} {% set oImpersonationAccountList = oView.getImpersonationAccountList(edit) %} {% if oImpersonationAccountList.count() %} {% for oAccount in oImpersonationAccountList %} {% endfor %}
{{ translate({ ident: "C4S_B2B_ACCOUNT_NR" }) }} {{ translate({ ident: "C4S_B2B_COMPANY_TITLE" }) }}
{{ oAccount.getDebNr() }} {{ oAccount.getTitle() }}
{% else %} {{ translate({ ident: "C4S_B2B_IMPERSONATIONS_NO_DATA" }) }} {% endif %} {% endif %}