{% load i18n %}

{% translate 'Object details' %}

{% for key, value in object_details.items %}
{{ key }}
{{ value }}
{% endfor %}