{strip} {if $quotaList} {form legend="Assign Quota to Groups"} {formfeedback error=$errors.group}
{formlabel label="Group" for=""} {forminput} {tr}Quota{/tr} {/forminput}
{foreach item=grp key=groupId from=$systemGroups}
{formlabel label=$grp.group_name for=""} {forminput} {$groupQuota.$groupId} {/forminput}
{/foreach}
{/form} {tr}Create New Quota{/tr} {foreach key=quotaId item=quota from=$quotaList} {/foreach}
{tr}Defined Quotas{/tr}
{tr}Quota{/tr} {tr}Disk Usage{/tr} {tr}Monthly Transfer{/tr}
{$quota.title|escape} {$quota.disk_usage/1000000} MB {$quota.monthly_transfer/1000000} MB
{else} {assign var=editLabel value=$gQuota->mInfo.title|escape|default:"New Quota"} {form legend="Edit `$editLabel`"}
{formfeedback error=$errors.title} {formlabel label="Quota Title" for="title"} {forminput} {formhelp note="This title is used to identify the quota limitations when you assign them to users and groups."} {/forminput}
{formfeedback error=$errors.disk_usage} {formlabel label="Disk Usage" for="disk_usage"} {forminput} {formhelp note="Please enter the desired value in MegaBytes."} {/forminput}
{formfeedback error=$errors.monthly_transfer} {formlabel label="Monthly Transfer" for="monthly_transfer"} {forminput} {formhelp note="Please enter the desired value in MegaBytes."} {/forminput}
 
{/form} {/if} {/strip}