{% if has_instance_display | default(false) %}
{{ display_html | safe }}
{% elif has_video_annotation | default(false) %}
{% elif has_audio_annotation | default(false) %}
{% elif has_image_annotation | default(false) %}
{% else %}
{% if is_annotation_page %}
{% else %}
{% endif %}
{% endif %}
Video to Annotate:
{{instance | sanitize_html}}
Audio to Annotate:
{{instance | sanitize_html}}
Text to Annotate:
{{instance | sanitize_html}}
{{ TASK_LAYOUT }}
{{ var_elems | safe }}