{% extends "base.html" %} {% load i18n %} {% block page-title %} {% trans "Time tracking" %} {% endblock %} {% block navigation %} {% activetab "main" "time" %} {{ block.super }} {% endblock %} {% block sub-navigation %}
{% endblock %} {% block content %}
{% if not bookings_today and not bookings_last_week and not bookings_last_month %}
{% trans "Today" %}
{% trans "Last 7 days" %}
{% trans "Last 30 days" %}
|