{% extends "transcribe/web/base.html" %} {% load static %} {% block bodyclasses %}transview trans{% endblock %} {% block content %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}

{{ usertask.task.project.media_type_display }} from {{ usertask.task.project.title }}

{% if usertask.status == 'finished' %}

This transcription task is finished.

{% elif usertask.status == 'skipped' %}

You skipped this task.
Click here to re-open it.

{% endif %}
{% if usertask.task.project.media_type == 'text' %}
{% elif usertask.task.project.media_type == 'audio' %}
/
{# text browser support for mp3 playback #} {% elif usertask.task.project.media_type == 'video' %} {% endif %} {% if usertask.task.project.media_type == 'audio' or usertask.task.project.media_type == 'video' %}

Keyboard Shortcuts

  • ctrl-k: play/pause
  • ctrl-j: jump back 5 seconds
  • ctrl-l: jump forward 5 seconds
{% endif %}
Click the square button between the left and right arrows to return to your currently assigned page and continue transcribing.
{{ usertask.transcription|safe }}
{% if usertask.task_type == 'review' and usertask.status != 'finished' %}

Tags

{% for tag in tags %} {% endfor %}
{% endif %}
{% endblock %} {% block footer %} {% endblock %}