{% extends "orgapy/layout/skeleton.html" %} {% load static %} {% block title %}{% block subtitle %}{{group.title}} ∣ {% endblock subtitle %}{{ block.super }}{% endblock title %} {% block main_content %}
Create sheet

{{group.title}}

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

You have no sheet

Click the button to create a sheet.

Create sheet
{% endif %} {% include 'orgapy/partials/modal_create_sheet_group.html' %} {% endblock main_content %} {% block right_column %} Add group {% endblock right_column %}