{% if Lazy_Load %}
{% else %}
{% set i = 0 %}
{% if Mobile_Srcset_WebP %}
{% set i = i + 1 %}
{% endif %}
{% if Mobile_Media %}
{% set i = i + 1 %}
{% endif %}
{% if WebP_Image_URL %}
{% set i = i + 1 %}
{% endif %}
{% if Image_Retina_Srcset %}
{% set i = i + 1 %}
{% endif %}
{% if Rollover_Image %}
{# Rollover feature: rollover image sources #}
{% set i = 0 %}
{% if Mobile_Srcset_WebP %}
{% set i = i + 1 %}
{% endif %}
{% if Mobile_Media %}
{% set i = i + 1 %}
{% endif %}
{% if WebP_Image_URL %}
{% set i = i + 1 %}
{% endif %}
{% if Image_Retina_Srcset %}
{% set i = i + 1 %}
{% endif %}
{# Rollover feature: original image sources #}
{% set i = 0 %}
{% if Mobile_Srcset_WebP %}
{% set i = i + 1 %}
{% endif %}
{% if Mobile_Media %}
{% set i = i + 1 %}
{% endif %}
{% if WebP_Image_URL %}
{% set i = i + 1 %}
{% endif %}
{% if Image_Retina_Srcset %}
{% set i = i + 1 %}
{% endif %}
{% endif %}
{% endif %}
{% if Enlarge_Image %}
{{"Enlarge this image"|trans}}
{% endif %}