{% if __SELF__.property('uploader_enable') == 0 %}
Warning
Uploads are disabled.
You need to explicitly enable this option on the component (this is a security measure).
{% else %}
{% if __SELF__.isMulti %}
{% partial __SELF__ ~ '::file-multi' %}
{% else %}
{% partial __SELF__ ~ '::file-single' %}
{% endif %}
{% endif %}