{% if current_user.is_authenticated and interpretations.total %}
My contributions
{% if current_user.is_authenticated %}
{% include 'book/components/header_buttons.html' %}
{% endif %}
{% endif %}
{% for interpretation in interpretations %}
{% include 'book/components/interpretation_list_item.html' %}
{% endfor %}
{% if current_user.is_authenticated and page.pages > 1 %}