{% extends "admin/base_site.html" %} {% load i18n admin_urls admin_static %} {% block breadcrumbs %}
{% endblock %} {% block content %}{{object.time_start|date:"M d"}} | {{object.time_start|date:"h:i"}} | {{object.time_end|date:"h:i"}} | {{object.total}}-{{object.rounded_total}} | {{object.work_done}} |
---|---|---|---|---|
Total Hours: | {{total_hours}} | |||
Total Billed: | ${{total_billed}} |