{% extends "admin/base_site.html" %} {% load i18n static admin_modify admin_urls %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block content %}

Import entity

Found the folowing item:

{% csrf_token %}
{{ identifier }}
{% for translation in translations %}

{% translate translation.language %}

{{ translation.label }}
{{ translation.description }}
{% endfor %}
{% endblock %}