{% load i18n settings_value %}
{% include "corpus/snippets/folio-select.html" %} {% if current_tab != 'transcription' and object.has_transcription %}
{% endif %} {% if current_tab != 'translation' and object.has_translation %}
{% endif %} {% if current_tab != 'transliteration' and object.has_transliteration %}
{% endif %}
{% if user.is_admin %}
{% endif %}
{% translate 'Spotted a mistake?' %}
{% csrf_token %}