CM Costing{% endblock title %}
{% block Style %}
{% endblock Style %}
{% block MainContent %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% if not cm %}
Style {{style.style_number}}
CM Costing
{% if not cm %}
{% 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/cm/create/super_admin_forms.html' %}
{% endif %}
{% endif %}
{%else%}
{% if cm %}
CM Costing Details
{% if cm.style.is_cost_submit_status == "Not Submit" %}