{% if display_dashboard_panel %} {% for canister in expiration_list %} {% endfor %}
Canisters Nearing Expiration
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 }}
{% if expiration_list|length > 6 %} {% endif %} {% endif %}