Per user slurm script template

Is there a way for user to use slurm script template of their own instead of the template added by the admins?

Instead of the template provided by our IT admins, I would like to use my own so I do not have to depend on their availability to make changes or adjustments.

It’s currently possible, using cluster custom variables, by including line(s) in the cluster script template like

{{ custom_text | default('# just a comment') }}

to customize entire line(s) of the submission script before queuing. I realize that you are looking for a more convenient and comprehensive user-scoped customization capability, which, unfortunately, is not currently supported.

I understand. Hopefully, in the future users can use their own script to send the job.