{% 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" %}

Furtka is ready

Installation finished. Remove the USB / eject the installer image, then reboot.

{% elif progress.status == "error" %}

Installation hit a snag

Something went wrong. Open the details below and share them so we can help.

{% else %}

Installing Furtka

This takes a few minutes. Don't close this page or power off the machine.

{% endif %}

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

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