{% if lang == 'hr'%}
ID
IDENTIFIKATOR
{% else %}
ID
IDENTIFIER
{% endif %}
{% if lang == 'hr'%}
ID
IDENTIFIKATOR
{% else %}
ID
IDENTIFIER
{% endif %}
{% for device in device_list %}
{{device.id}}
{{device.rem_identifier}}
{% endfor %}