{% extends "orgapy/layout/skeleton.html" %} {% load static %} {% block title %}{% block subtitle %}Projects ∣ {% endblock subtitle %}{{ block.super }}{% endblock title %} {% block head %} {{block.super}} {% endblock head %} {% block main_content %} {% include "orgapy/partials/note_searchbar.html" %}
No project
{% if not request.GET.archivedProjects %} View Archived Projects {% else %} Hide Archived Projects {% endif %} {% if not request.GET.archivedObjectives %} View Archived Objectives {% else %} Hide Archived Objectives {% endif %}
{% include "orgapy/partials/modal_add_event.html" %} {% endblock main_content %} {% block right_column %}
Events
Tasks
{% endblock right_column %} {% block body_scripts %} {{ block.super }} {% endblock body_scripts %}