diff --git a/osinaweb/osinacore/templates/details_templates/customer-details.html b/osinaweb/osinacore/templates/details_templates/customer-details.html index decd0fa2..133cc5be 100644 --- a/osinaweb/osinacore/templates/details_templates/customer-details.html +++ b/osinaweb/osinacore/templates/details_templates/customer-details.html @@ -425,6 +425,120 @@ {% endif %} + + {% if customer_services %} +
Services
++ Title + | ++ Description + | ++ Item type + | ++ Amount + | ++ Recurring + | +{##} +{##} +{# Actions#} +{# | #} +
+ {{service.title}} + |
+
+
+ ${{service.description}} + |
+
+
+
+ {{service.item_type}} + |
+
+
+ ${{service.amount}} + |
+
+
+ ${{service.recurring}} + |
+
+
+{# #}
+{# #}
+{# #}
+{# #}
+{# #}
+{# #}
+{# #}
+{# | #}
+{##}
+{# #}
+{# #}
+{# #}
+{# #}
+{# #}
+{# #}
+{##}
+{# #}
+{# #}
+{# #}
+{# | #}
+
+ {% endfor %}
+
---|