{% extends "orgapy/layout/skeleton.html" %} {% load static %} {% block title %}{% block subtitle %}Sheets ∣ {% endblock subtitle %}{{ block.super }}{% endblock title %} {% block main_content %}
Create sheet
{% if groups or standalone_sheets %} {% for group in groups %} {% endfor %} {% for sheet in standalone_sheets %} {% endfor %}
{{group.title}}
    {% for sheet in group.sheet_set.all %}
  • {% include 'orgapy/partials/sheet_list_item.html' %}
  • {% 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 %}