{{ project.title }}

{% if project.percent_done == 0 %} New! {% else %} {{ project.percent_done }}% {% endif %}

{% if not project.available_tasks %} No available transcription tasks. {% endif %} {# pending review task #} {% if project.pending_review_task_ %} Continue your {{ project.media_type_display }} review → {% endif %} {# pending transcription task #} {% if project.pending_trans_task %} Continue your transcription → {% endif %} {# review task available #} {% if project.avail_review_task %} + Get a {{ project.media_type_display }} to review {% endif %} {# transcription task available #} {% if project.avail_trans_task %} + Get a {{ project.media_type_display }} to transcribe {% endif %}

{{ project.description|safe }}

{% if project.finding_aid_url %}

Click Here for Finding Aid

{% endif %}

Project Guidelines

{% if project.guidelines %} {{ project.guidelines|safe|linebreaksbr }} {% else %} Please read the basic guidelines that apply to all projects. {% endif %}

Have a specific question the basic guidelines don't answer? Check the FAQ page!

{% if transcribe_user.is_admin %}
{% endif %}