{% extends 'layouts/layout_base.html' %} {% block title %}Prices{% endblock title %} {% block body_content %}
Prices

Displaying prices (per core) for all zones allowed by this configuration:

{% for provider, zone, price in prices %} {% endfor %}
Provider Zone Current Price (USD)
{{ provider }} {{ zone }} {{ price }}
{% endblock body_content %}