{% extends "base.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% 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 %}