{% set ads = createModel('Ads','ads').findById(uuid) %}

{{ title }}

{% set image = service('image.library').getRelatedImage(ads.id,'ads') %} {% set target_path = service('image.library').getDefaultImagesPath(false,'ads') %} {% if image is not empty %} {{ component('image::admin.images.details.panel',{ image: image, class: 'w-full', image_class: 'medium', delete_button: true }) }} {% else %}
{{ component('image::admin.images.upload.form',{ class: 'right floated', target_path: target_path, relation_id: ads.id, relation_type: 'ads', hide_preview: true }) }}
{% endif %}
{% if image is not empty %}
{% endif %}