diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html index 0cbe103e..0f92ef67 100644 --- a/hosting/templates/hosting/order_detail.html +++ b/hosting/templates/hosting/order_detail.html @@ -166,12 +166,22 @@ {% else %} +
+ {% trans "Product" %}: + {{ product_name }} +
{% trans "Amount" %}: {{order.price|floatformat:2|intcomma}} CHF
+ {% if order.generic_payment_description %} ++ {% trans "Description" %}: + {{order.generic_payment_description}} +
+ {% endif %} {% if order.subscription_id %}{% trans "Recurring" %}: @@ -179,9 +189,6 @@
{% endif %}