{% extends "nextcloud/base.html" %} {% load static i18n %} {% block title %} Request Details {% endblock %} {% block content %}
{%trans "Details" %}
{%trans "Confirm" %}
{%trans "Success" %}

{%trans "Success!" %}

{%trans "Order has been successfully added. Your VM will be up and running in a few moments. " %}

{%trans "We will send you a confirmation email as soon as it is ready." %} {%trans "Go to your dashboard" %} {%trans "Billing" %}.

{%trans "Download Invoice" %}
{% endblock %} {% block js_extra %} {% endblock js_extra %}