{% extends "ie_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Garments Parts {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Garments Parts

{% if garments_parts_lists %}
{% for item in garments_parts_lists %} {% endfor %}
SL Garments Parts Name Action
{{forloop.counter}} {{ item.garments_parts}}
{% else %} {% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}