{% extends "../page_layout.html" %} {% block title %}Dashboard | Unmanic{% end %} {% block page %}main{% end %} {% block head %} {% end %} {% block style %} {% end %} {% block plugins %} {% end %} {% block scripts %} {% end %} {% block content %}
Workers
{% include "main-pending-tasks.html" %}
Completed Tasks
{% if session.level == 0 %} {% include "../global/login-popup.html" %} {% elif session.level == 1 %} {% set minimum_required_sponsorship_level = "Supporter" %} {% include "../global/insufficient-permissions.html" %} {% end %} {% end %}