{% extends "base.html" %} {% block title %}Delete {{ battery.label }} — Battery Tracker{% endblock %} {% block content %}
You are about to permanently delete battery {{ battery.label }} ({{ battery.brand }}). This action cannot be undone.
{% if battery.is_installed() %}⚠ This battery is currently installed in {{ battery.device.name }}. Deleting it will free that slot.
{% endif %}