{% extends "base.html" %} {% block title %}{{ _('Settings') }}{% endblock %} {% block content %}

{{ _('Settings') }}

{{ _('Manage your account settings and preferences') }}

{{ _('Support & Community') }}

{{ _('TimeTracker is free and open source. Funding comes from optional donations and supporter licenses — never from locking features.') }}

{% if is_license_activated %}

{{ _('This instance already has a supporter license. Thank you — you can still donate or share the app anytime.') }}

{% else %}

{{ _('If the app saves you time, you can donate or buy a supporter license (€25). A license shows a Supporter badge; it does not change what you can use.') }}

{% endif %}

{{ _('Profile Information') }}

{{ _('Username cannot be changed') }}

{{ _('Required for email notifications') }}

{{ _('Notification Preferences') }}

{{ _('In-app reminders (toasts)') }}

{{ _('Display Preferences') }}

{{ _('Time Rounding Preferences') }}

{{ _('Configure how your time entries are rounded. This affects how durations are calculated when you stop timers.') }}

{{ _('Time entries will be rounded to this interval') }}

{{ _('Example') }}

{{ _('Overtime Settings') }}

{{ _('Choose whether overtime is calculated per day or per week, and set your standard hours accordingly.') }}

{{ _('hours') }}

{{ _('Typically 8 hours for a full-time job') }}

{{ _('hours') }}

{{ _('e.g. 20 for a part-time week, 40 for full-time') }}

{{ _('How it works') }}

{{ _('If you work more than your standard hours in a day, the extra time will be tracked as overtime in reports and analytics.') }}

{{ _('How it works') }}

{{ _('Overtime is calculated per week: any hours beyond your standard hours per week count as overtime. Suited for contracts based on weekly hours.') }}

{{ _('Regional Settings') }}

{{ _('Support visibility (hiding donate/support UI) is configured system-wide by administrators in Admin → Settings.') }} {{ _('Administrators can purchase a key to hide these prompts:') }} {{ _('Support & Purchase Key') }}.

{{ _('Cancel') }}
{% endblock %}