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

Style Number : {{style.style_number}}

{% if not embroidery_cost_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' %}
{% csrf_token %}
{{form.embroidery_cost|as_crispy_field}}
{% endif %} {% endif %}
{%else%} {% if embroidery_cost_list %}
Embroidery Cost Details
Embroidery Cost {{embroidery_cost_list.embroidery_cost|floatformat:3}}
{% endif %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}