{% extends "base.html" %} {% block title %} | {{group.name}}{% endblock %} {% block bodydata %} data-project-id="{{group.project.id}}" data-group-id="{{group.id}}"{% endblock %} {% load filter_tags %} {% block main %}
{{ group.description|linebreaksbr }}
{% endif %}The project {{ group.project.name }} is public, therefore all data of the project is public too. To restrict access make the project private under project settings first.