{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% blocktrans with name=group.name %}Details of {{name}}{% endblocktrans %} - {{block.super}} {% endblock %} {% block content %}
{% trans "This group has no shared templates." %}
{% trans "Share one, and the group members can start their own virtual machine." %}