{% extends "base.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block content %}

{% trans "Members 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-templatelist.html" %}
{% endblock %}