{% extends "admin/change_form.html" %} {% block after_field_sets %} {% if "X" in original.doc_relation %}

Transcription

{% for html_sections in original.content_html.values %} {% for html in html_sections %} {{ html|safe }} {% endfor %} {% endfor %}
{% endif %} {% endblock after_field_sets %}