{% load i18n %} {% load model_translation %}

{% trans "Orginal Fields" %}

{% autoescape off %}
{% for field in object.translatable %}
{% trans field %}
{{ object|get_field_original_translation:field }}
{% endfor %}
{% endautoescape %}