{% extends "ie_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
| 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 | |||||||||