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

{{ _('License') }}

{{ _('Supporter badge: confirm your key and thank you for funding development.') }}

{{ _('License status') }}

{% if is_license_activated %}

{{ _('Supporter license active') }}

{{ _('Thank you for supporting TimeTracker. Your badge confirms this instance as a supporter — no features are locked.') }}

{% else %}

{{ _('Not activated') }}

{{ _('Purchase a supporter license (€25) to unlock the supporter badge for this instance. The app stays fully free either way.') }}

{{ _('Buy license (€25)') }} {% endif %}
{% if not is_license_activated %}

{{ _('Enter license key') }}

{{ _('Paste the license key you received by email after purchase.') }}

{{ _('Need a key?') }} {{ _('Purchase a license key') }}

{% endif %}

{{ _('Back to Settings') }}

{% endblock %}