<#include "managecustomers_tabs.html" /> <@tabs tab="customer"> <@tabHeader tab="customer"/> <@tabContent tab="customer"> <@rowBoxHeader i18nTitleKey="gru.create_customer.pageTitle">
<@messages errors=errors /> <@fieldInputText i18nLabelKey="gru.create_customer.labelIdTitle" inputName="id_title" mandatory=true value="${customer.idTitle!''}" i18nHelpBlockKey="gru.create_customer.labelIdTitle.help" /> <@fieldInputText i18nLabelKey="gru.create_customer.labelFirstname" inputName="firstname" mandatory=true value="${customer.firstname!''}" i18nHelpBlockKey="gru.create_customer.labelFirstname.help" /> <@fieldInputText i18nLabelKey="gru.create_customer.labelLastname" inputName="lastname" mandatory=true value="${customer.lastname!''}" i18nHelpBlockKey="gru.create_customer.labelLastname.help" /> <@fieldInputText i18nLabelKey="gru.create_customer.labelAccountLogin" inputName="account_login" value="${customer.accountLogin!''}" i18nHelpBlockKey="gru.create_customer.labelAccountLogin.help" /> <@fieldInputText i18nLabelKey="gru.create_customer.labelAccountGuid" inputName="account_guid" value="${customer.accountGuid!''}" i18nHelpBlockKey="gru.create_customer.labelAccountGuid.help" /> <@fieldInputText i18nLabelKey="gru.create_customer.labelEmail" inputName="email" value="${customer.email!''}" i18nHelpBlockKey="gru.create_customer.labelEmail.help" /> <@fieldInputText i18nLabelKey="gru.create_customer.labelMobilePhone" inputName="mobile_phone" value="${customer.mobilePhone!''}" i18nHelpBlockKey="gru.create_customer.labelMobilePhone.help" /> <@fieldInputText i18nLabelKey="gru.create_customer.labelExtrasAttributes" inputName="extras_attributes" mandatory=true value="${customer.extrasAttributes!''}" i18nHelpBlockKey="gru.create_customer.labelExtrasAttributes.help" /> <@actionButtons button1Name="action_createCustomer" button2Name="view_manageCustomers"/>