{% extends 'layout_dtpop_forms.html' %} {% load static %} {% load widget_tweaks %} {% load template_math %} {% block styles %} {{ block.super }} {% endblock styles %} {% block content %} {% include "informant_erp/includes/receiver_create_modal.html" %} {% comment %} {% if form.errors %} {% for field in form %} {% for error in field.errors %}

{{ errors }}

{% endfor %} {% endfor %} {% for error in form.non_field_errors %}

{{ error }}

{% endfor %} {% endif %} {% endcomment %}
{% csrf_token %}
Filter:
Loc
Car/Comp
Receiver
Item
%Fill
Status
{{ form.management_form }}
{% for theform in form %}
{{ cardict | get_item:theform.instance.car_id }}
{{ theform.instance.car_id }}
{{ car_location_reference }}->
{{ theform.instance.c1 }}
 
{{ theform.instance.c2 }}
 
{{ theform.instance.c3 }}
 
{{ theform.instance.c4 }}
{% render_field theform.receiver data-car=theform.instance.car_id class+="textinput textInput form-control" data-for-item="item-receiver" data-counter=forloop.counter0 tabindex=forloop.counter|sub:1|mul:11|add:3001 %}
{% render_field theform.c1rec data-car=theform.instance.car_id class+="textinput textInput form-control" data-for-item="item-c1rec" data-counter=forloop.counter0 tabindex="-1" no-autopop="no-autopop" %}
{% render_field theform.c2rec data-car=theform.instance.car_id class+="textinput textInput form-control" data-for-item="item-c2rec" data-counter=forloop.counter0 tabindex="-1" no-autopop="no-autopop" %}
{% render_field theform.c3rec data-car=theform.instance.car_id class+="textinput textInput form-control" data-for-item="item-c3rec" data-counter=forloop.counter0 tabindex="-1" no-autopop="no-autopop" %}
{% render_field theform.c4rec data-car=theform.instance.car_id class+="textinput textInput form-control" data-for-item="item-c4rec" data-counter=forloop.counter0 tabindex="-1" no-autopop="no-autopop" %}
 
{% render_field theform.c1fill class+="textinput textInput form-control" data-number="whole" tabindex=forloop.counter|sub:1|mul:11|add:3002 %}
{% render_field theform.c2fill class+="textinput textInput form-control" data-number="whole" tabindex=forloop.counter|sub:1|mul:11|add:3004 %}
{% render_field theform.c3fill class+="textinput textInput form-control" data-number="whole" tabindex=forloop.counter|sub:1|mul:11|add:3006 %}
{% render_field theform.c4fill class+="textinput textInput form-control" data-number="whole" tabindex=forloop.counter|sub:1|mul:11|add:3008 %}
 
{% render_field theform.c1sts class+="textinput textInput form-control" tabindex=forloop.counter|sub:1|mul:11|add:3003 %}
{% render_field theform.c2sts class+="textinput textInput form-control" tabindex=forloop.counter|sub:1|mul:11|add:3005 %}
{% render_field theform.c3sts class+="textinput textInput form-control" tabindex=forloop.counter|sub:1|mul:11|add:3007 %}
{% render_field theform.c4sts class+="textinput textInput form-control" tabindex=forloop.counter|sub:1|mul:11|add:3009 %}
 
MT Routing
{% render_field theform.routing class+="textinput textInput form-control col-12" tabindex=forloop.counter|sub:1|mul:11|add:3010 filter_field="" %}{{ theform.id }}
 
Comment
{% render_field theform.comment1 class+="textinput textInput form-control col-12" tabindex=forloop.counter|sub:1|mul:11|add:3011 filter_field="" %}{{ theform.id }}

{% endfor %}
{% endblock content %} {% block body_scripts %} {{ block.super }} {% endblock body_scripts %}