{% set job = createModel('Jobs').findById(uuid) %} {% if job is empty %} {% set job = service('queue').getJob(uuid) %} {% endif %} {% set config = createProperties(job.config) %}

{{ title }}

{{ component('components:properties.fields',{ properties: config }) }} {% if demo_mode != true %} {{ component('components:form.footer') }} {% endif %}