{% extends "base.html" %} {% load staticfiles %} {% load feature_flags %} {% load concordia_media_tags %} {% load concordia_sharing_tags %} {% load concordia_simple_content_blocks %} {% block title %} {{ asset.title }} ({{ asset.item.project.campaign.title }}: {{ asset.item.project.title }}) {% endblock title %} {% block head_content %} {% endblock head_content %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block extra_body_classes %}d-flex flex-column{% endblock %} {% block extra_main_classes %}flex-grow-1 d-flex flex-column{% endblock %} {% block main_content %} {% flag_enabled 'ADVERTISE_ACTIVITY_UI' as ADVERTISE_ACTIVITY_UI %} {% flag_enabled 'SIMPLE_CONTENT_BLOCKS' as SIMPLE_CONTENT_BLOCKS %}
Completed Not started In progress
{% csrf_token %}

{% if transcription_status == 'not_started' %} Transcribe this page. {% elif transcription_status == 'in_progress' %} Someone started this transcription. Can you finish it? {% elif transcription_status == 'submitted' %} Check this transcription thoroughly. Accept if correct! {% elif transcription_status == 'completed' %} This transcription is finished! You can read and add tags. {% else %} Transcription {% endif %}

{% spaceless %}
{% if transcription_status == 'not_started' or transcription_status == 'in_progress' %}
how to transcribe{% endfilter %}">
{% elif transcription_status == 'submitted' %} {% if not user.is_authenticated %}

Register or login to help review

{% else %} {% if transcription.user.pk == user.pk %}

You submitted this transcription. You can re-open it for editing if you wish to make changes before another volunteer reviews it.

{% else %} {% endif %} {% endif %} {% endif %}
{% endspaceless %}
{% csrf_token %}

Tags

{% if user.is_authenticated %}
Tags must be between 1-50 characters and may contain only letters, numbers, dashes, underscores, apostrophes, and spaces
{% else %}

Want to tag this page? Register or login to add tags.

{% endif %}
    {% for tag in tags %}
  • {% endfor %}

Need help?

Questions?
{% if SIMPLE_CONTENT_BLOCKS %} {% simple_content_block "classic_quicktips" %} {% else %}
  • Transcribe original spelling, punctuation, word order, and any page numbers or catalog marks.
  • Preserve line breaks except when a word breaks over a line or page. Then transcribe it on the line or page where it starts.
  • Use brackets [ ] around deleted, illegible or partially legible text, and square brackets and asterisks around text in margins [ * * ].
  • Transcribe any words or letters you can't identify as [?].
  • Include insertions where you would read them in the text.
Find more detailed instructions in the Help Center {% endif %}
{% endblock main_content %} {% block body_scripts %} {% endblock body_scripts %}