{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3 %} {% block content %}

Invoice

Order # {{object.id}}


Billed To:

{{user.name}}
{{object.billing_address.street_address}},{{order.billing_address.postal_code}}
{{object.billing_address.city}}, {{object.billing_address.country}}.
Order Date:
{{object.created_at}}

Status:
{{object.status}}

Payment Method:
{{object.cc_brand}} ending **** {{object.last4}}
{{user.email}}

Order summary


Type {{object.vm_plan.hosting_company_name}}


Cores {{object.vm_plan.cores}}


Memory {{object.vm_plan.memory}} GiB


Disk space {{object.vm_plan.disk_size}} GiB


Total

{{object.vm_plan.price}} CHF

{%endblock%}