{% extends "schema/detail.html" %} {% block content %}
Battery name {{ object.name }}
Voltage {{ object.voltage }}
Chemistry {{ object.chemistry }}
Other names {{ object.other_names }}
{% endblock %}