{% extends 'layout.html' %}
{% load i18n %}
{% load bookwyrm_group_tags %}
{% block title %}{{ group.name }}{% endblock %}
{% block content %}
{% include 'groups/created_text.html' with group=group %}
{{ group.name }} {% include 'snippets/privacy-icons.html' with item=group %}