{% extends 'base.html' %} {% block title %}Complete Price List{% endblock %} {% block content %}
Description: {{ representative_plan.compute_plan_group_description }}
{% endif %} {% if representative_plan.compute_plan_group_node_label %}Node Label: {{ representative_plan.compute_plan_group_node_label }}
Cloud Provider | Service | Compute Plan | vCPUs | RAM (GB) | CPU/Memory Ratio | Term | Currency | Compute Plan Price | Variable Unit | Units | Replica Enforce | SLA Base | SLA Per Unit | SLA Price | {% if show_discount_details %}Discount Model | Discount Details | {% endif %}Final Price |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ row.cloud_provider }} | {{ row.service }} | {{ row.compute_plan }} | {{ row.vcpus }} | {{ row.ram }} | {{ row.cpu_mem_ratio }} | {{ row.term }} | {{ row.currency }} | {{ row.compute_plan_price|floatformat:2 }} | {{ row.variable_unit }} | {{ row.units }} | {{ row.replica_enforce }} | {{ row.sla_base|floatformat:2 }} | {{ row.sla_per_unit|floatformat:4 }} | {{ row.sla_price|floatformat:2 }} | {% if show_discount_details %}{% if row.has_discount %} {{ row.discount_model }} {% else %} None {% endif %} |
{% if row.has_discount %}
Total Units: {{ row.total_units }} Standard Price: {{ row.standard_sla_price|floatformat:2 }} Discounted Price: {{ row.discounted_sla_price|floatformat:2 }} Savings: {{ row.discount_savings|floatformat:2 }} ({{ row.discount_percentage|floatformat:1 }}%) {% if row.discount_breakdown %} Breakdown: {% for tier in row.discount_breakdown %} {{ tier.tier_range }} units: {{ tier.units }} × {{ tier.rate|floatformat:4 }} = {{ tier.subtotal|floatformat:2 }} {% endfor %} {% endif %} {% else %} No discount applied {% endif %} |
{% endif %}
{{ row.final_price|floatformat:2 }} |
{{ pricing_data|length }} variants for {{ service_level }} in {{ group_name }}
{% else %}No pricing variants available for {{ service_level }} in {{ group_name }}.
{% endif %}No service levels with pricing data found for group: {{ group_name }}.
{% endfor %}Please ensure you have active compute plans with prices and VSHNAppCat price configurations.