{% trans 'Record_id' %} : {{record.get_record_id() }}
{% if record.is_grouping() == false %}
{% set document = record.get_subdef('document') %}
{% if document %}
{% if document.get_width() %}
{% trans 'Size' %} :
{{document.get_width()}} x {{document.get_height()}}
{% endif %}
{% endif %}