{% 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' %} {% if group.sheet_set.all %}

{{group.title}}

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

{{group.title}}

You have no sheet.

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