{% extends "base.html" %} {% block title %}Dashboard — Battery Tracker{% endblock %} {% block content %}
| Label | Brand | Status | Assigned To | Actions |
|---|---|---|---|---|
| {{ b.label }} | {{ b.brand }} | {{ b.status|capitalize }} | {% if b.device %} {{ b.device.name }} {% if b.device.has_mixed_brands() %} ⚠ mixed {% endif %} {% else %} — {% endif %} | View {% if b.is_available() %} Assign {% endif %} {% if b.is_installed() %} {% endif %} {% if not b.is_retired() %} {% endif %} |
| No batteries found. Add one. | ||||