{% 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 }}"
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 %}