{% extends "timepiece/base.html" %} {% load timepiece_tags bootstrap_toolkit %} {% block title %}Billable Hours{% endblock title %} {% block bodyid %}billable-hours{% endblock bodyid %} {% block content %}

Reports

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