${ _("Edit Account") }
${ _('%s domain') % domain }
${ _("Edit Account - %s") % c.userinfo['mailLocalAddress'] }
${ _("This is a forwarding only account") }
${ _("User ID:") }
${ c.userinfo['ispmanUserId'] }
${ _("Created on:") }
${ h.date_from_tstamp(c.userinfo['ispmanCreateTimestamp']) }
${ _("First Name:") }
${ c.form_errors['givenName'] }
${ _("Last Name:") }
${ c.form_errors['sn']}
${ _("Re-type Password:") }
${ c.form_errors['userPasswordConfirm']}
${ _("FTP Quota:") }
${ _("MB") }
${ c.form_errors['FTPQuotaMBytes']}
${ _("FTP Status:") }
${ _("Email Quota:") }
${ _("MB") }
${ c.form_errors['mailQuota']}
${ _("Email Aliases:") }
${ _("Email Forwards:") }
${ c.form_errors['ForwardingOnly']}