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

Machine Brand Index

{% comment %}
{% endcomment %}
{% if obj_list %} {% for item in obj_list %} {% endfor %} {% else %} {% endif %}
SL Brand Remarks Action
{{forloop.counter}} {{ item.name}} {{ item.remarks|default:"N/A"}}
Data not found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}