{% extends 'timepiece/invoice/base.html' %} {% load timepiece_tags %} {% load bootstrap_toolkit %} {% load url from future %} {% block title %}Outstanding Hours{% endblock %} {% block crumbs %} {{ block.super }}
Project | Business | Status | Uninvoiced Hours | ||
---|---|---|---|---|---|
Billable | Non-billable | ||||
{{ project.grouper }} | {{ project.list.0.project.business.get_display_name }} | {{ project.list.0.project.status.label|title }} | {% get_uninvoiced_hours project.list 'billable' %} | {% get_uninvoiced_hours project.list 'nonbillable' %} | {% if from_date %} Make Invoice {% else %} Make Invoice {% endif %} |