{% 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 | |
|---|---|---|---|---|
| {{ project.grouper }} | {{ project.list.0.project.business.get_display_name }} | {{ project.list.0.project.status.label|title }} | {% get_uninvoiced_hours project.list %} | {% if from_date %} Make Invoice {% else %} Make Invoice {% endif %} |