{% extends "base.html" %} {% block content %}

Add Level 1 Hobby

If left empty, a directory name will be generated from the hobby name. All directories live under hobbies_data/.

All Hobbies

{% for hobby in hobbies %} {% endfor %}
ID Level Name Parent Date RRULE Next Time Directory Detail
{{ hobby.id }} {{ hobby.level }} {{ hobby.name }} {% if hobby.parent %} {{ hobby.parent.name }} (ID {{ hobby.parent.id }}) {% else %} – {% endif %} {{ hobby.date_rrule or "" }} {% if hobby.next_time %} {{ hobby.next_time }} {% else %} – {% endif %} {{ hobby.directory }} Open
{% endblock %}