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

Settings

General

{% csrf_token %}

Documents in trash for longer than this value will be destroyed.

Hide tasks, objectives and projects from homepage.

Notification Subscriptions

{% if subscriptions %} {% else %}

You have no subscription.

{% endif %}

Calendars

{% for calendar in calendars %}

{% csrf_token %}


{% endfor %}

{% csrf_token %}

{% endblock main_content %} {% block body_scripts %} {{ body.super }} {% if request.user.is_authenticated %} {% endif %} {% endblock body_scripts %}