{% block app-scripts %}
{% endblock %}
{% block head %}
Label Studio
{% endblock %}
{% block head-toast %}
{% endblock %}
{% get_current_language as LANGUAGE_CODE %}
{% get_available_languages as LANGUAGES %}
{% block divider %}
{% endblock %}
{% block content %}
{% endblock %}
{% block context_menu_left %}{% endblock %}
{% block context_menu_right %}{% endblock %}
{% block app-js %}
{% comment %}
NOTE: purposely setting this to not cache using backend commit as we do not intend this to change frequently.
If for any reason we need to invalidate the cache, we can do so by changing the version number.
{% endcomment %}
{% endblock %}
{% block bottomjs %}
{% endblock %}