{% extends "base.html" %} {% block title %}{{ battery.label }} — Battery Tracker{% endblock %} {% block content %}
| Label | {{ battery.label }} |
| Brand | {{ battery.brand }} |
| Status | {{ battery.status|capitalize }} |
| Device | {% if battery.device %} {{ battery.device.name }} {% else %} None {% endif %} |