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

Purchase Complete!

Your Sentinel Engine license is ready.

Your Sentinel Engine License

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

Activation Instructions

Option 1: Environment Variable
export SENTINEL_PRO_LICENSE={{ license_key }}
Option 2: Config File (sentinel.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 support@sentinel-engine.io .

{% endif %}
{% endblock %}