{% extends 'base.html' %} {% load vmo_tags %} {% block midpart %}
Dashboard
{% if request.user.is_superuser %}
Total Consultants
120
Monthly PO Value
INR 1,80,00,000
Total PO Value
INR 20,00,00,000
{% endif %}
{{ month_abbr }} - {{ year }}
Vendors
# of Consultants
Time sheets
{% for vendor in vendor_list %}
{{ vendor.1 }}
{{ vendor.0|contractor_count }}
{{ vendor.0|get_approved_timesheet_count:month_year }}/{{ vendor.0|contractor_count }}
{% endfor %}
×
Vendor Details
{% include "js.html" %} {% endblock midpart%}