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

Intra Machine Lending Index

{% if obj_list %} {% for item in obj_list %} {% endfor %} {% else %} {% endif %}
SL Lended To Rent Per Day Hand Over Date Tentative Return Date Actual Return Date Action
{{forloop.counter}} {{ item.lended_to}} {{ item.rent_per_day }} TK {{ item.hand_over_date|default:"N/A"}} {{ item.tentative_return_date|default:"N/A"}} {{ item.actual_return_date|default:"N/A"}}
Data not found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}