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

{{ _('Support TimeTracker Development') }}

{% if (support_ab_variant|default('control')) == 'cta_alt' %} {{ _('Donate to support development — or get a key to remove prompts') }} {% else %} {{ _('Support updates and keep TimeTracker free for everyone') }} {% endif %}

{% if (support_ab_variant|default('control')) == 'key_first' %} {{ _('Remove prompts with key') }} {{ _('Donate') }} {% else %} {{ _('Donate') }} {% endif %}

{{ _('Remove prompts with a one-time key.') }} {{ _('Get key') }}

{{ _('Why Your Support Matters') }}

{{ _('TimeTracker is a free, open-source project built with passion and dedication. Your donations directly support:') }}

{{ _('Server Infrastructure') }}

{{ _('Hosting, databases, and CDN costs to keep TimeTracker fast and reliable') }}

{{ _('Feature Development') }}

{{ _('New features, improvements, and bug fixes based on your feedback') }}

{{ _('Security & Maintenance') }}

{{ _('Regular security updates, dependency maintenance, and performance optimization') }}

{{ _('Internationalization') }}

{{ _('Translation support, localization, and making TimeTracker accessible worldwide') }}

{{ _('Remove prompts with key') }}

{{ _('One key per instance; key sent by email after payment (€25 one-time). No subscription.') }}

  1. 1 {{ _('Copy your System ID from Admin → Settings → Support visibility.') }}
  2. 2 {{ _('Buy a key at the link below; you’ll receive it by email.') }}
  3. 3 {{ _('Paste the code in Admin → Settings → Support visibility and verify.') }}
{{ _('Get key') }}
{% if time_entries_count > 0 or total_hours > 0 %}

{{ _('Your TimeTracker Journey') }}

{% if days_since_signup > 0 %}
{{ days_since_signup }}
{{ _('Days using TimeTracker') }}
{% endif %} {% if time_entries_count > 0 %}
{{ time_entries_count }}
{{ _('Time entries tracked') }}
{% endif %} {% if total_hours > 0 %}
{{ "%.1f"|format(total_hours) }}
{{ _('Hours tracked') }}
{% endif %}

{{ _('Thank you for being part of the TimeTracker community!') }}

{% endif %}

{{ _('How to Support') }}

{{ _('Every contribution, no matter the size, makes a difference. Your support helps ensure TimeTracker remains free and continues to evolve.') }}

{{ _('You\'ll be redirected to Buy Me a Coffee where you can choose your contribution amount') }}

{{ _('The Impact of Your Support') }}

{{ _('Other Ways to Help') }}

{% endblock %}