{% extends 'tasks/base.html' %} {% load static %} {% block main_content %}

总览

承办任务数 {{ request.user.main_executor.count }}
协办任务数 {{ user.sub_executor.count }}
{#
#} {#
#} {# #} {##} {#
#} {# Sales#} {# 760#} {#
#} {# #} {#
#} {# #} {#
#} {# #} {#
#} {#
#} {# #} {##} {#
#} {# New Members#} {# 2,000#} {#
#} {# #} {#
#} {# #} {#
#}

本部门工作统计表

{#
#} {# {% for point in points %}#} {# {{ point }}#} {# {{ point.a }}#} {# {% endfor %}#} {# {% for user in users %}#} {# {{ user }}#} {# {{ user.get_predict_work_count.total_predict_work }}#} {# {{ user.get_total_point }}#} {# {{ user.main_executor.count }}#} {# {% for todo in user.main_executor.all %}#} {# {{ todo }}#} {# {{ todo.points }}#} {# {% endfor %}#} {#
#} {# {% endfor %}#} {#
#} {% endblock %} {% block script %} {% endblock %}