{% extends "base.html" %} {% block content %}
Relationship: One user can loan multiple tablets (one-to-many). This page demonstrates the many-to-many relationship between users and tablets via the loans table.
| Tablet | Serial Number | Loan Date | Status |
|---|---|---|---|
| {{ loan.brand }} {{ loan.model }} | {{ loan.serial_number }} | {{ loan.loan_date }} | {{ loan.status }} |
No loans recorded for this user.
{% endif %}No users found. Add users and loan tablets to see data here.
{% endif %}