{$forms.profileForm.open}
{$i18n.label.group_name}: {$forms.profileForm.team_name.control}
{$i18n.label.currency}: {$forms.profileForm.currency.control}
{$i18n.label.language}: {$forms.profileForm.lang.control}
 
{$i18n.label.manager_name} (*): {$forms.profileForm.manager_name.control}
{$i18n.label.manager_login} (*): {$forms.profileForm.manager_login.control}
{$i18n.label.password} (*): {$forms.profileForm.password1.control}
{$i18n.label.confirm_password} (*): {$forms.profileForm.password2.control}
{$i18n.label.email}: {$forms.profileForm.manager_email.control}
{$i18n.label.required_fields}
 
{$forms.profileForm.btn_submit.control}
{$forms.profileForm.close}