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

Line Plans

{% comment %} {% if line_plan_lists %} {% endcomment %}
{% for item in line_plan_lists %} {% endfor %}
SL Plan Line Start End Action
{{forloop.counter}} {% for plan in item.plans %} {{plan.plan}}, {% endfor %} {% for plan in item.plans %} {{plan.line}}, {% endfor %} {{ item.plan_start_date}} {{ item.plan_end_date}}
{% else %} {% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}