{% extends "base.html" %} {% block title %}{{ _('Settings') }}{% endblock %} {% block content %}
{{ _('Manage your account settings and preferences') }}
{{ _('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 %}