{% extends "djinn_core/admin.html" %} {% block content %}

Djinn i18n: translate {{ view.msgid }}

{% csrf_token %} {% if view.entry.msgctxt %}

{{ view.entry.msgctxt }}

{% endif %} {% if view.entry.comment or view.entry.tcomment %}

{{ view.entry.comment}} {{ view.entry.tcomment}}

{% endif %}
Cancel
{% endblock %}