diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html index 49f7ba6b..3ee79eaa 100644 --- a/hosting/templates/hosting/order_detail.html +++ b/hosting/templates/hosting/order_detail.html @@ -4,7 +4,7 @@ {% load custom_tags %} {% block content %} - +{{order.pk}}
{% trans "Order #" %} {{order.id}}
+ {% endif %}{% trans "Invoice Date" %}: @@ -40,18 +40,17 @@
{% if order %} - ++ {% trans "Status" %}: + + {% if order.status == 'Approved' %} + {% trans "Approved" %} + {% else %} + {% trans "Declined" %} + {% endif %} + +
{% endif %} -- {% trans "Status" %}: - - {% if order.status == 'Approved' %} - {% trans "Approved" %} - {% else %} - {% trans "Declined" %} - {% endif %} - -