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

{{ title }}

{{ component('components:properties.view',{ properties: config }) }}
{% endif %}