{% 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 %}
{% include "box/person/box.html" %}

{% trans "Owners of" %}: {{group.name}}

{% if noshare %}

{% trans "This group has no shared templates." %}

{% trans "Share one, and the group members can start their own virtual machine." %}

{% endif %} {% include "box/template/box.html" %}
{% endblock %}