{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}Washing Cost{% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Style Number : {{washing_budget_list.budget.style.style_number}}

{% comment %}
Washing Cost
{% endcomment %}
{% if not washing_budget_list %} {% if request.user.is_superuser == True or request.user.marchant_user_type == 'mother_admin' or request.user.marchant_user_type == 'sister_admin' or request.user.marchant_user_type == 'admin' or request.user.marchant_user_type == 'regular_user' %} {% include 'marchant_app/costing/washing_cost/create/super_admin_forms.html' %} {% endif %} {% endif %}
{% if washing_budget_list %}
Washing Budget Details {% if washing_cost.style.is_cost_submit_status == "Not Submit" %}
{% comment %} {% endcomment %}
{% endif %}
Mother Organization {{washing_budget_list.mother_organization.name_en}}
Sister Organization {{washing_budget_list.sister_organization.name_en}}
Branch {{washing_budget_list.branch.name_en}}
Plant name {{washing_budget_list.washing.name}}
Plant type {{washing_budget_list.washing.plant_type}}
Plant drigin {{washing_budget_list.washing.plant_orgin}}
Process details {{washing_budget_list.washing.process_details}}
Process cost {{washing_budget_list.process_cost}}
3D crinkle {{washing_budget_list.d_crinkle}}
Whisker {{washing_budget_list.whisker}}
Destroy {{washing_budget_list.destroy}}
Sand blasting {{washing_budget_list.sand_blasting}}
PP Spray {{washing_budget_list.pp_spray}}
Tagging {{washing_budget_list.tagging}}
Other {{washing_budget_list.other}}
Over dye {{washing_budget_list.over_dye}}
Total Cost {{washing_budget_list.total_cost}}
{% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}