{% extends "common/base.html" %} {% from "components/header.html" import header %} {% block title %}Launching Instance - DocuPulse{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {{ header( title=is_update and "Updating Instance" or "Launching Instance", description=is_update and "Updating your DocuPulse instance with the latest version" or "Setting up your new DocuPulse instance", icon="fa-arrow-up" if is_update else "fa-rocket" ) }}
Loading...

Initializing...

Preparing to launch your instance

0%
{% endblock %} {% block extra_js %} {% endblock %}