{% extends 'base.html' %} {% block header %}
ID | Date | Start % | End % | Station | Vehicle |
---|---|---|---|---|---|
{{ session.id }} | {{ session.date }} | {{ session.startSOC_pct }} | {{ session.endSOC_pct }} | {% if session.location %}{{ session.location.displayString() }}{% endif %} | {{ session.vehicle.displayString() }} |