{% if uuid is not empty %} {% set action = createModel('Actions','actions').findById(uuid) %} {% endif %}
{{ component('semantic~segment-title',{ title: title, icon: 'info', close_button: true }) }}
{{ labels.name }}
{{ action.name }}
{{ component('semantic~form.fields.checkbox',{ field_label: fields.http.label, name: 'allow_http_execution', value: action.allow_http_execution }) }}
{{ component('semantic~form.footer') }}