{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}Add Print{% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{{style.id}}
{% if print_list %} {% else%}

{{style}}

Print

{% endif %} {% if style.is_material_submit == False %} {% if form_block == True %}
{% csrf_token %}
{{form.name|as_crispy_field}}
{{form.process_details|as_crispy_field}}
{% endif %} {% endif %} {% if print_list %}

{{style}}

Print

{% for print in print_list %} {% endfor %}
SL No Print Name Process Details
{{forloop.counter}} {{ print.name }} {{ print.process_details }}
{% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}