{% if not hide_vote_btns %}
{% endif %} {{ interpretation.vote_count }} {% if not hide_vote_btns %}
{% endif %} {% if show_control_btns %} {% if interpretation.book.owner == current_user or access_to_approve_interpretation %}
{% endif %} {% if interpretation.user_id == current_user.id %}
{% endif %} {% if interpretation.book.owner == current_user or interpretation.user_id == current_user.id or access_to_delete_interpretation %}
{% endif %} {% endif %}
{% if show_breadcrumbs %} {% set local_breadcrumbs = interpretation.section.breadcrumbs_path %} {% include 'book/local_breadcrumbs_navigation.html'%}

{{ interpretation.section.label }}

{% endif %}

{{ display_inline_elements(interpretation.text)|safe }}

by {{interpretation.user.username}} on {{interpretation.created_at.strftime('%B %d, %Y')}}