{% set selectionLength = selection|length %} {% set nbHdSubstitute = 0 %} {% set nbThumbSubstitute = 0 %} {% for record in selection %} {% set subdefs = record.get_subdefs() %} {% if subdefs|length > 0 %} {% for key, subdef in subdefs if subdef.is_substituted() %} {% if key == 'document' %} {% set nbHdSubstitute = nbHdSubstitute + 1 %} {% endif%} {% if key == 'thumbnail' %} {% set nbThumbSubstitute = nbThumbSubstitute + 1 %} {% endif%} {% endfor %} {% endif %} {% endfor %} {# image section #} {% set allowRotate = '0' %} {% for record in selection %} {% if record.get_type() == 'image' %} {% set allowRotate = '1' %} {% endif %} {% endfor %}
{% trans 'To take a screenshot click on camera' %}
{{ metadata.getTag().getTagname() }} | {{ metadata.getValue().asString() }} |