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

{{ battery.label }}

Label {{ battery.label }}
Brand {{ battery.brand }}
Status {{ battery.status|capitalize }}
Device {% if battery.device %} {{ battery.device.name }} {% else %} None {% endif %}

Notes

Actions

{% if battery.is_available() %} Assign to Device {% endif %} {% if battery.is_installed() %}
{% endif %} {% if not battery.is_retired() %}
{% endif %} Delete Battery
← Back to Dashboard {% endblock %}