{% extends "pmc_canvas/base.html" %} {% block title %}PMC — Transit Pricing Benchmark{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
| Region | 1G USD/Mbps/mo | 10G USD/Mbps/mo | 100G USD/Mbps/mo | Providers Sampled |
|---|---|---|---|---|
| {{ region_labels.get(region, region|upper) }} | {% if b.get("pricing_by_speed") and b["pricing_by_speed"].get("1g") %} ${{ b["pricing_by_speed"]["1g"].get("usd_per_mbps_mo", "—")|round(4) }} {% else %}—{% endif %} | {% if b.get("pricing_by_speed") and b["pricing_by_speed"].get("10g") %} ${{ b["pricing_by_speed"]["10g"].get("usd_per_mbps_mo", "—")|round(4) }} {% else %}—{% endif %} | {% if b.get("pricing_by_speed") and b["pricing_by_speed"].get("100g") %} ${{ b["pricing_by_speed"]["100g"].get("usd_per_mbps_mo", "—")|round(4) }} {% else %}—{% endif %} | {{ b.get("providers_sampled", b.get("provider_count", "—")) }} |