diff --git a/hosting/templates/hosting/orders.html b/hosting/templates/hosting/orders.html index 99c6464f..2b262de3 100644 --- a/hosting/templates/hosting/orders.html +++ b/hosting/templates/hosting/orders.html @@ -1,64 +1,101 @@ {% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3 %} -{% block content %} +{% block content %} -
# | -Date | -Amount | -Status | -- |
---|---|---|---|---|
{{order.id}} | -{{order.created_at}} | -{{order.VMPlan.price}} CHF | -{% if order.approved %} - Approved - {% else%} - Declined - {% endif%} - | -- - | -
# | +Date | +Amount | +Status | ++ |
---|---|---|---|---|
{{ order.id }} | +{{ order.created_at }} | +{{ order.VMPlan.price }} CHF | +{% if order.approved %} + Approved + {% else %} + Declined + {% endif %} + | ++ + + | +