{% extends "timepiece/base.html" %} {% load timepiece_tags bootstrap_toolkit %} {% load url from future %} {% block title %}Billable Hours{% endblock title %} {% block bodyid %}billable-hours{% endblock bodyid %} {% block crumbs %} {{ block.super }}
  • / Billable Hours
  • {% endblock crumbs %} {% block content %}

    Reports

    {% date_filters "filter_form" %}
    {{ date_form|as_bootstrap }}
    {% for field in billable_form %}
    {{ field }}
    {% endfor %}
    {% endblock content %}