{% extends "base.html" %} {% now "Y-m-d" as today %} {% block title %}Bảng Công Việc{% endblock %} {% block content %} {% now "d/m/Y" as today %}

📅 Hôm nay: {{ today }}

{% if employee.level >= 3 %}
{% endif %}
{% for region, tasks in tasks_by_region.items %}

{{ region }}

{% endfor %}
{% include 'partials/modal.html' %} {% endblock %}