{% extends "base.html" %} {% block title %}Installing… · Furtka Installer{% endblock %} {% block head_extra %} {% if progress.status == "running" %}{% endif %} {% endblock %} {% block step_indicator %}Installing{% endblock %} {% block content %} {% if progress.status == "done" %}
Installation finished. Remove the USB / eject the installer image, then 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 %}{{ progress.phase }} · {{ progress.percent }}%
{{ log or "(waiting for install to start)" }}