{% extends "schema/detail.html" %} {% block content %}
Battery name {{ object.name }}
Voltage {{ object.voltage }}
Chemistry {{ object.chemistry }}
Compatible with {{ object.compatible_with.all|join:", " }}
{% endblock %}