'Django translations with parler - show default language text when adding translation

I'm working on a Django CMS with content to be translated into multiple languages. I'm using django-parler.

To make the translations easier I would like to have the text from the default language visible when adding the translated text, preferable just above the input field/textarea.

enter image description here

Any ideas on how to solve it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source