{% 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 %}
{% trans

{% 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
{% endblock %} {% block content %} {% endblock content %}