{% extends "layout.html" %} {% block content %}
| Date | Description | Hours (±) | Running Balance |
|---|---|---|---|
| {% if row.date %}{{ row.date.strftime("%b %d, %Y") }}{% endif %} | {% if row.kind == 'start' %}{{ row.desc }}{% else %}{{ row.desc }}{% endif %} | {% if row.delta != '' %}{{ row.delta|fmt2 }}{% endif %} | {{ row.balance|fmt2 }} |