{# Default ui_lang values if not provided by context processor #} {% if ui_lang is not defined %} {% set ui_lang = {'next_button': 'Next', 'previous_button': 'Previous', 'labeled_badge': 'Labeled', 'not_labeled_badge': 'Not labeled', 'submit_button': 'Submit', 'progress_label': 'Progress', 'go_button': 'Go', 'logout': 'Logout', 'loading': 'Loading annotation interface...', 'error_heading': 'Error', 'retry_button': 'Retry', 'adjudicate': 'Adjudicate', 'codebook': 'Codebook', 'instructions_heading': 'Instructions', 'text_to_annotate': 'Text to Annotate:', 'video_to_annotate': 'Video to Annotate:', 'audio_to_annotate': 'Audio to Annotate:', 'powered_by': 'Powered by', 'cite_us': 'Cite Us', 'html_lang': 'en', 'html_dir': 'ltr'} %} {% endif %} {{annotation_task_name}} {% set frontend_assets = frontend_assets | default({}) %} {% if frontend_assets.image_annotation | default(false) %} {% endif %} {% if frontend_assets.audio_annotation | default(false) %} {% endif %} {% if frontend_assets.video_annotation | default(false) %} {% endif %} {% if frontend_assets.span_link | default(false) %} {% endif %} {% if frontend_assets.event_annotation | default(false) %} {% endif %} {% if frontend_assets.live_coding_agent | default(false) %} {% endif %} {% if frontend_assets.document_bbox | default(false) %} {% endif %} {% if frontend_assets.pdf_bbox | default(false) %} {% endif %} {% if frontend_assets.coreference | default(false) %} {% endif %} {% if frontend_assets.segmentation_tools | default(false) %} {% endif %} {% if frontend_assets.conversation_tree | default(false) %} {% endif %} {% if frontend_assets.tracking | default(false) %} {% endif %} {% if frontend_assets.triage | default(false) %} {% endif %} {% if frontend_assets.tiered_annotation | default(false) %} {% endif %} {% if agent_proxy_enabled | default(false) %} {% endif %} {% if chat_enabled | default(false) %} {% endif %} {{ PROJECT_BASE_CSS | safe }}

{{ ui_lang.loading }}

{% if custom_footer_html | default('') %} {{ custom_footer_html | safe }} {% endif %}
{% if has_instance_display | default(false) %} {% endif %} {% if frontend_assets.image_annotation | default(false) %} {% endif %} {% if ai_enabled and ((frontend_assets.image_annotation | default(false)) or (frontend_assets.video_annotation | default(false))) %} {% endif %} {% if (frontend_assets.audio_annotation | default(false)) or (frontend_assets.video_annotation | default(false)) %} {% endif %} {% if frontend_assets.audio_annotation | default(false) %} {% endif %} {% if frontend_assets.video_annotation | default(false) %} {% endif %} {% if frontend_assets.span_link | default(false) %} {% endif %} {% if frontend_assets.event_annotation | default(false) %} {% endif %} {% if frontend_assets.coreference | default(false) %} {% endif %} {% if frontend_assets.segmentation_tools | default(false) %} {% endif %} {% if frontend_assets.conversation_tree | default(false) %} {% endif %} {% if frontend_assets.tracking | default(false) %} {% endif %} {% if frontend_assets.triage | default(false) %} {% endif %} {% if frontend_assets.tiered_annotation | default(false) %} {% endif %} {% if frontend_assets.document_bbox | default(false) %} {% endif %} {% if frontend_assets.pdf_bbox | default(false) %} {% endif %} {% if agent_proxy_enabled | default(false) %} {% endif %} {% if chat_enabled | default(false) %} {% endif %} {% if frontend_assets.web_agent_viewer | default(false) %} {% endif %} {% if frontend_assets.web_agent_playback | default(false) %} {% endif %} {% if frontend_assets.web_agent_recorder | default(false) %} {% endif %} {% if live_agent_enabled | default(false) %} {% endif %}