{% if _file.S_CK_VE_HAS_EXIF %}
{{ lang('CK_VE_EXIF_CAPTION') }} {{ lang('CK_VE_SHOW_EXIF') }}
{% for _file in loops._file %}
{% for CK_VE_EXIFS in _file.CK_VE_EXIFS %}
{{ CK_VE_EXIFS.CK_VE_EXIF_NAME }}{{ lang('COLON') }}
{{ CK_VE_EXIFS.CK_VE_EXIF_VALUE }}
{% endfor %}
{% endfor %}
{% endif %}