{% extends "base.html" %} {% block title %}PairCoder Setup Wizard{% endblock %} {% block content %}

Welcome to PairCoder

This wizard will help you configure your PairCoder installation.

{% for step in steps %}
{% if step.locked %} 🔒 {% else %} {{ step.number }} {% endif %}

{{ step.name }}

{{ step.description }}

{% if step.locked %} Pro {% endif %}
{% endfor %}
Get Started
{% endblock %}