#{extends 'main.html' /} #{set title:messages.get('crud.users.staff.blank.title', type.modelName) /}

&{'crud.users.staff.blank.title', type.modelName}

#{form action:@create(), enctype:'multipart/form-data'} #{crud.form} #{crud.custom 'isAdmin'} #{/crud.custom} #{crud.custom 'duties'} #{/crud.custom} #{/crud.form} #{ifErrors}

#{errors}

  • ${error}
  • #{/errors}

    #{/ifErrors}

    Press "Save and continue editing" to save the staff member and the start assigning dutys to them.

    #{/form}