diff --git a/hub/services/templates/services/service_detail.html b/hub/services/templates/services/service_detail.html index 161900a..425d849 100644 --- a/hub/services/templates/services/service_detail.html +++ b/hub/services/templates/services/service_detail.html @@ -8,26 +8,26 @@
-
+
{% if service.logo %} - {{ service.name }} logo + {{ service.name }} logo {% endif %}
- - {% if service.highlights.exists %} + + {% if service.offerings.exists %}
-

Highlights

+

Cloud Providers

{% endif %} - -
-

Categories

-
- {% for category in service.categories.all %} - {{ category.full_path }} + + {% if service.consulting_partners.exists %} +
+

Consulting Partners

+
+
+ {% endif %} + + + {% if service.external_links.exists %} +
+

External Links

+ +
+ {% endif %}
@@ -54,10 +87,11 @@

{{ service.name }}

-

by {{ service.provider.name }}

- {{ service.short_description|safe }} + {% for category in service.categories.all %} + + {% endfor %}
@@ -78,59 +112,6 @@
{% endif %} - - -
-

Available Offerings

-
- {% for offering in service.offerings.all %} -
-
-
- {% if offering.cloud_provider.logo %} - {{ offering.cloud_provider.name }} - {% endif %} -
-
-

{{ offering.description|safe|truncatewords_html:50 }}

-
- - {% for plan in offering.plans.all %} -
-

{{ plan.name }}

-
-
    - {% for price in plan.prices.all %} -
  • {{ price.currency.symbol }}{{ price.price }} {{ price.currency.code }} per {{ price.term.name }}
  • - {% endfor %} -
-
-
- {% endfor %} - -
- - {% if offering.status == 'available' %} - Order Now - {% elif offering.status == 'planned' %} - Show Interest - {% else %} - Request Information - {% endif %} - -
-
-
- {% empty %} -
-
- No offerings available yet. - Show Interest -
-
- {% endfor %} -
-
diff --git a/hub/services/templates/services/service_list.html b/hub/services/templates/services/service_list.html index 38b6be5..f95e4cd 100644 --- a/hub/services/templates/services/service_list.html +++ b/hub/services/templates/services/service_list.html @@ -155,7 +155,7 @@ {% endif %}
-

{{ service.name }}

+

{{ service.name }}

{% for category in service.categories.all %} {{ category.full_path }}