{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %} Specification Create {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% comment %}

Style {{style.style_number}}

{% endcomment %}
Specification Create With Exel File
{% csrf_token %}

You are requested to upload the specified exel file format. To get the specified exel file format, just make a click here.

{{ style_specification_form.style_number|as_crispy_field }}
{% comment %}
{{ style_specification_form.purchase_order_number|as_crispy_field }}
{% endcomment %}
{{ style_specification_form.lot_number|as_crispy_field }}
{{ excel_form.excel_file|as_crispy_field }}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}