{% extends "base.html" %} {% block title %}Purchase Complete - Counterscarp Engine{% endblock %} {% block content %}
{% if license_key %}

Purchase Complete!

Your Counterscarp Engine license is ready.

Your Counterscarp Engine License

{{ tier|upper }} Tier
{{ license_key }}

Activation Instructions

Option 1: Environment Variable
export COUNTERSCARP_PRO_LICENSE={{ license_key }}
Option 2: Config File (counterscarp.toml)
[license] key = "{{ license_key }}"
{% if auto_linked %}

License automatically linked to your account!

Your Pro features are now active. You can manage your license in Settings.

{% endif %} {% if prompt_login %}

Want to link this license to your account?

Log in or create an account to automatically activate your license on any device.

{% endif %} Start using your features {% else %}

Processing…

Your payment is being processed. If you just completed checkout, please refresh this page in a few seconds.

If the issue persists, contact contact@counterscarp.io .

{% endif %}
{% endblock %}