{# Support & donation modal — strings use Flask-Babel; stats from support_usage_stats_modal #} {% set s = support_usage_stats_modal or {} %}
{% if is_license_activated %} {{ _('Thank you for being a supporter. Sharing the app helps others discover it too.') }} {% else %} {{ _('TimeTracker is free and built independently. If it helps you, consider supporting its development.') }} {% endif %}
{{ _('Trusted by teams and freelancers who want simple, reliable time tracking.') }}
{% if not is_license_activated %} {% endif %}{{ _('A license is a supporter badge — it does not lock features. You keep full access either way.') }}
{% endif %}