- {% for category in offering.service.categories.all %}
-
- {% endfor %}
-
-
+
+
+
+
+
+ {% for category in offering.service.categories.all %}
+
+ {% endfor %}
+
+
+
+
+ {% if offering.short_description %}
+
+ {{ offering.short_description|safe }}
+
+ {% endif %}
+
+
+
-
- {% if offering.short_description %}
-
- {{ offering.short_description|safe }}
-
- {% endif %}
{% if offering.service.description %}
@@ -143,7 +153,7 @@
{% endif %}
- {% if offering.plans.all %}
+ {% if offering.plans.all %}
Available Plans
diff --git a/hub/services/templates/services/service_detail.html b/hub/services/templates/services/service_detail.html
index 6de1e86..ca73351 100644
--- a/hub/services/templates/services/service_detail.html
+++ b/hub/services/templates/services/service_detail.html
@@ -100,22 +100,32 @@
-
-
-
- {% for category in service.categories.all %}
-
- {% endfor %}
+
+
+
+
+
+ {% for category in service.categories.all %}
+
+ {% endfor %}
+
+ {% if service.tagline %}
+
+
+ "{{ service.tagline }}"
+
+
+ {% endif %}
+
+
+
- {% if service.tagline %}
-
-
- "{{ service.tagline }}"
-
-
- {% endif %}
@@ -137,20 +147,39 @@
{% endif %}
-
+
{% if service.offerings.exists %}
-
Get it on
-
Choose one of our trusted service providers
-
+
Get it on
+
Choose one of our trusted service providers
+
+ {% for offering in service.offerings.all %}
+ {% if not offering.cloud_provider.disable_listing %}
+
+ {% endif %}
+ {% endfor %}
+
{% else %}
Contact Us About This Service