- {% if plan.is_default %}
-
- {% endif %}
-
-
{{ plan.name }}
-
-
- {{ plan.description|safe }}
-
-
- {% if plan.features %}
-
- {{ plan.features|safe }}
-
+
+
+
+
+
+
+ {% if offering.cloud_provider.logo %}
+
+
+
{% endif %}
+ {{ offering.service.name }}
+
+
+ {% for category in offering.service.categories.all %}
+
+ {% endfor %}
+
+
+ {{ offering.short_description|safe }}
+
+
-
- {% for price in plan.prices.all %}
-
-
{{ price.currency.symbol }}{{ price.price }}
- {{ price.currency.code }} per {{ price.term.name }}
+
+
+
Overview
+
+ {{ offering.description|safe }}
+
+
+
+
+
+
Available Plans
+
+ {% for plan in offering.plans.all %}
+
+
+
+
{{ plan.description|safe }}
- {% endfor %}
+
+
{{ plan.name }}
+
+
+ {% for price in plan.prices.all %}
+ - {{ price.currency.symbol }}{{ price.price }} {{ price.currency.code }} per {{ price.term.name }}
+ {% endfor %}
+
+
+
+
+
-
-
Select This Plan
+ {% empty %}
+
+ {% endfor %}
- {% empty %}
-
- {% endfor %}
+
-