{% extends "site.html" %} {% block content %}

{{group.name}}

{{group.description}}
{% if isUserInGroup %} add/remove books to this group {%else%} join group {%endif%} {% if isUserAdmin %} edit group {%endif %}

Books in this Group:

{% endblock %}