{% extends "sample_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Dashboard {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}

{{requistion}}

New Requisitions

Requisitions

{{submissions}}

Today's Submissions

Submissions

{{pending}}

Pending

Pending
{% if production_summary %} {% for production in production_summary %}

Production Summary - {{production.0}}

{% for item in production.1 %} {% endfor %} {% for week in production.2 %} {% for day in week %} {% if current_day >= day.0 %} {% if day.1 < day.2 %} {% elif day.1 > day.2 %} {% elif day.1 == day.2 %} {% endif %} {% else %} {% endif %} {% comment %} {% if day.1 == 'H' %} {% endif %} {% if day.1 == 'P' %} {% endif %} {% if day.1 == 'A' %} {% endif %} {% if day.1 == 'L' %} {% endif %} {% if day.1 == 'W' %} {% endif %} {% if day.1 == 'LL' %} {% endif %} {% if day.1 == 'PP' %} {% endif %} {% endcomment %} {% endfor %} {% endfor %}
{{item}}
{{day.1}}       {{day.0}}       {{day.2}} {{day.1}}       {{day.0}}       {{day.2}} {{day.1}}       {{day.0}}       {{day.2}} {{day.2}}       {{day.0}}       {{day.1}} {{day.0}} {{day.0}} {{day.0}} {{day.0}} {{day.0}} {{day.0}} {{day.0}}
  • Backlogged
  • Surpassed
  • Balanced
{% endfor %} {% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}