Customization
You can customize portions of NEMO-CE to suit your organization's needs.
User Chemical Email Addresses
New chemical request email message
This is the email the user chemical staff contacts will receive when a new chemical request is created or updated. The following context variables are provided when the email is rendered:
- request - the contents of the chemical request. See the chemical request model for details. Use request.name for the chemical name, and request.requester for the user who made the request.
- url - The url to view and update chemical requests
- request_edited - True if this request is edited, False if it is a new request
Chemical request update email message
This is the email sent when a staff member updates the status of a chemical request. The following context variables are provided when the email is rendered:
- request - the contents of the chemical request, including requester, chemical, approval status. See the chemical request model for details.