{% extends "base.html" %} {% block title %}{{ _('Calendar') }} - {{ app_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ _('Calendar') }}
{{ _('Total Hours:') }} 0h
{{ _('Colors assigned by project') }}

{{ _('Create Time Entry') }}

{{ _('Time Entry Details') }}

{{ _('Recurring Time Blocks') }}

{{ _('Manage your recurring time entry templates.') }}

{{ _('Keyboard Shortcuts') }}

{{ _('Navigation') }}
T {{ _('Jump to Today') }}
N {{ _('Next Week/Month') }}
P {{ _('Previous Week/Month') }}
{{ _('Navigate Days') }}
{{ _('Views') }}
D {{ _('Day View') }}
W {{ _('Week View') }}
M {{ _('Month View') }}
A {{ _('Agenda View') }}
{{ _('Actions') }}
C {{ _('Create New Entry') }}
F {{ _('Focus Filter') }}
Shift+C {{ _('Clear All Filters') }}
Esc {{ _('Close Modal') }}
{{ _('Help') }}
? {{ _('Show This Help') }}
{% endblock %} {% block extra_js %} {% endblock %}