{% extends 'base.html' %} {% load static %} {% block title %}Complete Price List{% endblock %} {% block extra_js %} {% 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 }}
Storage Options:
Storage Plan | Term | Unit | Prices |
---|---|---|---|
{{ storage_plan.name }} | {{ storage_plan.get_term_display }} | {{ storage_plan.get_unit_display }} | {% for price in storage_plan.prices.all %} {{ price.amount }} {{ price.currency }} {% empty %} No prices {% endfor %} |
Compute Plan | Cloud Provider | vCPUs | RAM (GB) | Term | Currency | Compute Plan Price | Units | SLA Base | SLA Per Unit | SLA Price | {% if show_discount_details %}Discount Model | Discount Details | {% endif %} {% if show_price_comparison %}External Comparisons | {% endif %}Final Price |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ row.compute_plan }} | {{ row.cloud_provider }} | {{ row.vcpus }} | {{ row.ram }} | {{ row.term }} | {{ row.currency }} | {{ row.compute_plan_price|floatformat:2 }} | {{ row.units }} | {{ 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 %}
{% if show_price_comparison %}
- | {% endif %}{{ row.final_price|floatformat:2 }} |
{{ comparison.plan_name }} | {{ comparison.provider }} | {% if comparison.vcpus %}{{ comparison.vcpus }}{% else %}-{% endif %} | {% if comparison.ram %}{{ comparison.ram }}{% else %}-{% endif %} | {{ row.term }} | {{ comparison.currency }} | - | - | - | - | - | {% if show_discount_details %}- | - | {% endif %}
{% if comparison.source %}{{ comparison.provider }}{% else %}{{ comparison.provider }}{% endif %} {% if comparison.description %} {{ comparison.description }} {% endif %} {% if comparison.storage %} Storage: {{ comparison.storage }} GB {% endif %} {% if comparison.replicas %} Replicas: {{ comparison.replicas }} {% endif %} {% if comparison.ratio %} Price ratio: {{ comparison.ratio|floatformat:2 }}x {% endif %} |
{{ comparison.amount|floatformat:2 }} {{ comparison.currency }} {% if comparison.difference > 0 %} +{{ comparison.difference|floatformat:2 }} {% elif comparison.difference < 0 %} {{ comparison.difference|floatformat:2 }} {% endif %} |
{{ 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 %}{% if filter_cloud_provider or filter_service or filter_compute_plan_group or filter_service_level %}No data matches the selected filters. Try adjusting your filter criteria.{% else %}Please ensure you have active compute plans with prices and VSHNAppCat price configurations.{% endif %}