{% extends "scipost/base.html" %} {% load crispy_forms_tags %} {% block pagetitle %}: Tasklist{% endblock %} {% block content %}
{% include 'bi/cone-striped.html' %} This page is under construction. It might not contain all your todo items.

Tasklist

View grouped by task kind
{% crispy form %}
{% include "tasks/_hx_task_table.html" %}
{% endblock %}