{% extends "timepiece/time-sheet/reports/base.html" %} {% load timepiece_tags bootstrap_toolkit %} {% load url from future %} {% block title %}Billable Hours Report{% endblock title %} {% block bodyid %}billable-hours{% endblock bodyid %} {% block extrajs %} {{ block.super }} {% endblock extrajs %} {% block crumbs %} {{ block.super }}
  • / Billable Hours Report
  • {% endblock crumbs %} {% block report_nav %} {% with 'billable_hours' as active %} {{ block.super }} {% endwith %} {% endblock report_nav %} {% block report_content %}
    {% date_filters "filter_form" %}
    {{ date_form|as_bootstrap }}
    {% for field in billable_form %}
    {{ field }}
    {% endfor %}
    {% endblock report_content %}