{% component 'semantic~tabs.vertical.content' %} {% set share = createModel('Share','share').findById(uuid) %}
{{ component('share::admin.dropdown',{ selected: uuid }) }}
{% set hide = (uuid is empty) ? true : false %} {{ component('system:admin.orm.options.edit',{ model: 'ShareOptions', extension: 'share', id: share.id, class: 'mt-2 padded', hide: hide }) }}
{% endcomponent %}