{% extends 'stela_control/index.html' %} {% load i18n %} {% load crispy_forms_tags %} {% load static %} {% load hosts %} {% load stelatags %} {% load humanize %} {% block bsCall %} {% endblock %} {% block section %} {% block title %}

{% trans "Orders" %}

{% endblock %} {% block side_title %}

STELA {% trans "CONTROL DYNAMIC" %} | {% trans "Operations" %}

{% endblock %}
{% if order.section == "Stela Websites" %}
{% for item in order.purchases.all %}

{{item.stela_selection.integration.title}}

{{item.stela_selection.domain}}

{% trans "Modules" %}

{% trans "Template" %}

    {% for list in item.stela_selection.parent.all %}
  • {{list.module}}
  • {% endfor %}

{{item.stela_selection.template.title}}

{% endfor %}

{% trans "Development Path" %}

  • {% trans "Turn on cloud instance" %}
  • {% trans "Configure DNS" %}
  • {% trans "Create Superuser" %}
  • {% trans "Deliver Project" %}
{% if not path %}
{% elif path.step == "Step 2" %}
{% elif path.step == "Step 3" %}
{% elif path.step == "Step 4" %}
{% elif path.step == "Complete" %}
{% endif %}
{% if not path %}

{% trans "Cloud Credencials" %}

{% endif %} {% if path.step == "Step 4" %}

{% trans "Project Credencials" %}

{% endif %}
{% endif %}
  • Payeer: {{order.full_name}}
  • Payment Method: {{order.payment_option}}
  • Operation Date: {{order.created}}
  • Email: {{order.email}}
  • Phone: {{order.phone}}
  • Address: {{order.phone}}
  • Subtotal: ${{order.subtotal}}
  • Payment Fee: ${{order.payment_fee}}
  • Taxes: ${{order.taxes}}
  • Total Paid: ${{order.total_paid}}
{% endblock %} {% block scripts %} {% endblock %}