{% if href|default() %}
{% endif %}
{{ include('@HeimrichHannotContaoUtils/picture.html.twig', picture|merge({
loading: loading|default('auto')
})) }}
{% if href|default() %}
{% endif %}
{% set hasCopyright = picture.copyright|default and picture.copyright != 'a:1:{i:0;s:0:"";}' and picture.copyright != 'a:0:{}' %}
{% if caption|default() %}
{{ caption }}{% if hasCopyright %} (© {{ picture.copyright|deserialize(true)|join(', ')|raw|replace({'©': ''}) }}){% endif %}
{% elseif (hasCopyright and includeCopyright|default) %}
© {{ picture.copyright|deserialize(true)|join(', ')|raw|replace({'©': ''}) }}
{% endif %}