{% extends "base.html" %} {% block title %}Batteries — Battery Tracker{% endblock %} {% block content %}

Batteries

{% if ha_enabled %}{% endif %} {% for b in batteries %} {% if ha_enabled %} {% endif %} {% else %} {% endfor %}
Label Brand Size Status Assigned To Actions
{{ b.label }} {{ b.brand }} {{ b.size or '—' }} {{ b.status|capitalize }} {% if b.device %} {% if b.device.parent %} {{ b.device.parent.name }} / {% endif %} {{ b.device.name }} {% if b.device.has_mixed_brands() %} ⚠ mixed {% endif %} {% else %} {% endif %} View {% if b.is_available() %} {% endif %} {% if b.is_installed() %} {% endif %} {% if not b.is_retired() %} {% endif %}
No batteries found. Add some.
{% endblock %}