{% if demo_mode %}
Demo Mode
- Changes will be saved to:
{{ config_path }}
Reset
Exit Demo
Tier:
Solo
Pro
Team
Enterprise
{% endif %}
PairCoder Setup
{{ tier_display }}
{% if tier == 'solo' %}
Upgrade
{% endif %}
{% for step in steps %}
{% if step.completed %}
✓
{% else %} {{ step.number }} {% endif %}
{{ step.name }}
{% endfor %}
{% block content %}{% endblock %}
{% include "partials/upgrade_modal.html" %} {% include "partials/license_install.html" %}