{% 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 %} Objective Start Hours Calendar Lookahead (in days) Trash Period (in days) Documents in trash for longer than this value will be destroyed. Mood Log Hours Mood Log Lookback (days) Mood Activities {{ settings.mood_activities}} Write one activity per line. Each line contains a label and an emoji, separated by a space. Groceries {% if settings.groceries_data %}{{ settings.groceries_data }}{% endif %} JSON data for the grocery app. 🏖️ Beach Mode Hide tasks, objectives and projects from homepage. Save Notification Subscriptions Subscribe {% if subscriptions %} {% for sub in subscriptions %} {% if sub.name %}{{ sub.name }}{% else %}Unamed{% endif %} ({{ sub.created_at }}) Delete {% endfor %} {% else %} You have no subscription. {% endif %} Calendars {% for calendar in calendars %} Name {% csrf_token %} URL Username Password Sync Period {% endfor %} Name {% csrf_token %} URL Username Password Sync Period Create {% endblock main_content %} {% block body_scripts %} {{ body.super }} {% if request.user.is_authenticated %} {% endif %} {% endblock body_scripts %}
Objective Start Hours
Calendar Lookahead (in days)
Trash Period (in days) Documents in trash for longer than this value will be destroyed.
Mood Log Hours
Mood Log Lookback (days)
Mood Activities {{ settings.mood_activities}} Write one activity per line. Each line contains a label and an emoji, separated by a space.
Groceries {% if settings.groceries_data %}{{ settings.groceries_data }}{% endif %} JSON data for the grocery app.
🏖️ Beach Mode Hide tasks, objectives and projects from homepage.
You have no subscription.
Name
URL
Username
Password
Sync Period