{% if not line.rtl %}
{{ line.lineNumberLabel }}
{% endif %}
{{ line.text | safe }}
{% if line.rtl %}
{{ line.lineNumberLabel }}
{% endif %}
{% comment %}
Only allow user to draw lines of text on image if:
- they're super user
- there's a folio image to draw on
- they're drawing the transcription line (other trans lines aren't wanted by project team, but can be easily added back if needed by removing this if statement and the one above for image part attr data)
{% endcomment %}
{% if line.trans != 'transcription' %}
{% endif %}
{% if line.trans != 'translation' %}
{% endif %}
{% if line.trans != 'transliteration' %}
{% endif %}
{% endif %}