{% if display_dashboard_panel %}
| Serial Number | Drug Number | Drug Name | Use By Date | Location | Quantity | Pill Demand |
|---|---|---|---|---|---|---|
| {{ canister.serial_number }} | {{ canister.drug_number }} | {{ canister.drug_name }} | {{ canister.use_by }} | {{ canister.location }} | {{ canister.quantity }} | {{ canister.pill_demand }} |