{% extends "layout.html" %} {% block title %}Billing Limits{% endblock %} {% block content %}

Billing Project Limits

{% for row in billing_projects %} {% if is_developer %} {% else %} {% endif %} {% endfor %}
Billing Project Accrued Cost Limit
{{ row['billing_project'] }} {{ row['accrued_cost'] }}
{{ row['limit'] }}
{% endblock %}