{% if uuid is not empty %} {% set category = createModel('Category','category').findById(uuid) %} {% endif %}
{{ component('category::admin.edit.images.thumbnail',{ url: category.getImageUrl(), file_name: category.thumbnail, uuid: uuid }) }}
{{ component('semantic~form.footer',{ button_title: labels.upload }) }}