{% extends "orgapy/layout/skeleton.html" %} {% load static %} {% block title %}{% block subtitle %}{{group.title}} ∣ {% endblock subtitle %}{{ block.super }}{% endblock title %} {% block main_content %} {% include 'orgapy/partials/sheet_searchbar.html' %}

{{group.title}}

{% if group.sheet_set.all %} {% for sheet in group.sheet_set.all %}
{% include 'orgapy/partials/sheet_list_item.html' %}
{% endfor %} {% else %}

You have no sheet

Click the button to create a sheet.

{% endif %}
 Edit  Delete
{% endblock main_content %}