{% extends "admin/base_site.html" %} {% load i18n admin_urls admin_static %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans "EDR Invoice for the month of" %} {{object.title}}

{% for object in object_list %} {% endfor %}
{{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}}

Generate Invoice

{% endblock %}