{% extends "base.html" %} {% block title %}Installing… · Furtka Installer{% endblock %} {% block head_extra %} {# Fallback for users with JS disabled — otherwise the JS below takes over and updates in-place so the log
doesn't re-collapse. #} {% endblock %} {% block step_indicator %}Installing{% endblock %} {% block content %}

{% if progress.status == "done" %}Furtka is ready {% elif progress.status == "error" %}Installation hit a snag {% else %}Installing Furtka{% endif %}

{% if progress.status == "done" %}Installation finished. Remove the installer USB / eject the ISO, then click Reboot. {% elif progress.status == "error" %}Something went wrong. Open the details below and share them so we can help. {% else %}This takes a few minutes. Don't close this page or power off the machine.{% endif %}

{% if progress.status == "done" %}
{% endif %}

{{ progress.phase }} · {{ progress.percent }}%

Show details
{{ log or "(waiting for install to start)" }}
{% endblock %}