{% load static %} {% load i18n %} {% load rules %} {% load filters %} {% block app-scripts %} {% endblock %} {% block page_labeling %} Label Studio {% endblock %} {% block head %} {% endblock %} {% get_current_language as LANGUAGE_CODE %} {% get_available_languages as LANGUAGES %}
{% 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 %}
{% block billing-checks %} {% endblock %}