{% extends "../page_layout.html" %} {% block title %}Dashboard | Unmanic{% end %} {% block page %}main{% end %} {% block head %} {% end %} {% block page_plugin_styles %} {# START DATATABLES #} {# END DATATABLES #} {% end %} {% block page_plugins %} {# START PIECHARTS #} {# END PIECHARTS #} {# START DATATABLES #} {# END DATATABLES #} {% end %} {% block page_theme_scripts %} {# START PAGE COMPONENTS #} {# END PAGE COMPONENTS #} {% 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 %}