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