{% component 'semantic~tabs.vertical.content' %} {% if uuid is not empty %} {% set category = createModel('Category','category').findById(uuid) %} {% endif %}
{{ component("category::dropdown",{ selected: uuid, language: language, name: 'select_category', id: 'select_category', data_type: 'id', class: 'basic' }) }}
{% if uuid is not empty %} {{ component('system:admin.orm.relations.view',{ uuid: uuid, extension: 'category', model: 'CategoryRelations', id: category.id }) }} {% endif %}
{% endcomponent %}