{% extends "base.html" %} {% block title %}Overview{% endblock %} {% block content %}
Price per vCPU is {{ '{:,.04f}'.format(total_cost_per_user_request_hour.cpu) }} USD per hour and per GiB memory is {{ '{:,.04f}'.format(total_cost_per_user_request_hour.memory) }} USD per hour.
No warnings or errors to report.
{% endfor %} {% endblock %}