{% extends "box/base/box.html" %} {% load i18n %} {% load l10n %} {% load staticfiles %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% trans "Virtual machines" %} {% endblock title %} {% block boxhelp %}
{% blocktrans %}This is the list of your running virtual machines.{% endblocktrans %}
{% blocktrans %}You can launch a new VM instance if it is shared by a teacher for one of your groups.{% endblocktrans %}
{% blocktrans %}Please note, that users and shares both have a limit of launchable instances.{% endblocktrans %}
{% trans "You have not started any machines yet." %}
{% trans "Choose a template, and you can use the system in a minute." %}