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

Line List

{% if line_lists %}
{% for item in line_lists %} {% endfor %}
SL Line List Name Branch Sister Action
{{forloop.counter}} {{ item.name}} {{ item.branch}} {{ item.sister_organization}}
{% else %} {% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}