{% extends 'base.html' %} {% include 'book/delete_interpretation_modal.html' %} {% include 'book/edit_interpretation_modal.html' %} {% set show_edit_interpretation = True %} {% set show_delete_interpretation = True %} {% block right_sidebar %} {% include 'book/right_sidebar.html' %} {% endblock %} {% block content %} {% include 'book/breadcrumbs_navigation.html'%}

{{ interpretation.label }}

{{interpretation.text|safe}}
{% endblock %}