{% extends 'base.html' %} {% block content %}
Cloud Provider: | {{ plan_data.plan.cloud_provider.name }} |
---|---|
vCPUs: | {{ plan_data.plan.vcpus }} |
RAM: | {{ plan_data.plan.ram }} GB |
CPU/Memory Ratio: | {{ plan_data.plan.cpu_mem_ratio }} |
Compute Plan Prices: |
{% for price in plan_data.plan.prices.all %}
{{ price.amount }} {{ price.currency }} {% empty %} No prices set {% endfor %} |
Service | Variable Unit | Service Level | Units | Currency | Final Price |
---|---|---|---|---|---|
{{ price.service }} | {{ price.variable_unit }} | {{ price.service_level }} | {{ price.units }} | {{ price.currency }} | {{ price.price }} |
No AppCat prices calculated for this plan.
{% endif %}