{% extends "base.html" %} {% load humanize %} {% block page_title %}Task Center{% endblock %} {% block content %}

Task Center

{{ today|date:"l, d M Y" }} ยท Active role: {{ active_role_name }}. Start from the task you want to complete.

{% if alerts %}
{% for alert in alerts %}
{{ alert.label }} {{ alert.value|intcomma }}
{% endfor %}
{% endif %}
{% for action in quick_actions %}

{{ action.title }}

{{ action.description }}

{% empty %}

No task shortcuts available

Contact an administrator to assign your staff role correctly.

{% endfor %}

How staff should use this page

This page reduces menu hunting. Teachers start with attendance or marks; bursars start with quick payment; administrators start with setup, learners, users and reports.

{% endblock %}