{% if __SELF__.isMulti %} {% set imageSize = 'width:'~(__SELF__.previewWidth)~'px;height:'~(__SELF__.previewHeight)~'px' %}
{% partial __SELF__ ~ '::image-multi' image = __SELF__.getPopulated() %}
{% else %} {% set imageSize = 'width:'~(__SELF__.previewWidth + 10)~'px;height:'~(__SELF__.previewHeight + 10)~'px' %}
{% partial __SELF__ ~ '::image-single' image = __SELF__.getPopulated() %}
{% endif %}