{% extends "base.html" %} {% block content %}
| Brand | Model | Serial Number | Notes | Actions |
|---|---|---|---|---|
|
{{ tablet.brand }}
|
{{ tablet.model }} |
{{ tablet.serial_number }}
|
{{ tablet.notes or '-' }} | Loan |
No available tablets
Add Tablet| Tablet | Serial Number | Borrower | Loan Date | Actions |
|---|---|---|---|---|
|
{{ loan.brand }} {{ loan.model }}
|
{{ loan.serial_number }}
|
{{ loan.name }}
{{ loan.identification }}
|
{{ loan.loan_date[:10] if loan.loan_date else 'N/A' }} {{ loan.loan_date[11:16] if loan.loan_date else '' }} | Return |
No active loans