{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{{ current_user.render_tasklist() | safe}}
{% for group in current_user.get_groups()%} {% endfor%} {% endblock %}