{% extends "views/report-templates/default.htm" %}
{% load i18n %}
{% block report %}
{% block report_title_bar %}
{% endblock report_title_bar %}
{% block body %}
{% trans "Group Members" %}
{% trans "No people or sub-groups associated with this group." %}
{% trans "Larger Entities" %}
{% trans "No larger entities associated with this group." %}
{% endblock body %}
{% endblock report %}
{% block summary %}
{% trans "Group Names" %}
{% trans "There are no names for this resource" %}
{% trans "Parent Groups" %}
{% trans "There are no parent groups for this resource" %}
{% trans "Residence or Associated Locations" %}
{% trans "There are no residence / associated locations for this resource" %}
{% trans "Professional Activities" %}
{% trans "There are no professional activities for this resource" %}
{% trans "Identifiers" %}
{% trans "There are no identifiers for this resource" %}
{% endblock summary %}