{% if media is defined and path is defined %} {% if media and path %} {% set webPath = path~'/'~media %} {% set webAsset = asset(webPath) %} {% if webPath|isImage %}
{% elseif webPath|isVideo %}
{% else %}
{% endif %}
{% if deletelink is defined and targetid is defined %} {% if deletelink and targetid %} {% endif %} {% endif %}
{% endif %} {% endif %}