{% load i18n %} {% trans "Kolibri is starting" %}
{% include "kolibri/loading_snippet.html" %}

{% trans "Starting Kolibri" %}

{% if reload %}

{% trans "You should be automatically redirected when Kolibri is ready" %}

{% trans "If not, please ask for help in our community forums" %}

{% endif %} {% if version_text %}

{{ version_text }}

{% endif %}
{% if reload %} {% endif %}