{% extends "base.html" %} {% block content %} Installation Select Phases Phase 1: System Packages Phase 2: Install Scripts Phase 3: Post-install Config Phase 4: ScaleTail Templates {% if app_categories %} Optional Apps {% for category, apps in app_categories.items() %} {{ category | capitalize }} {% for app in apps %} {{ app }} {% endfor %} {% endfor %} {% endif %} Start Installation {% endblock %}