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

Billing Projects Limits

{% for row in open_billing_projects %} {% endfor %} {% for row in closed_billing_projects %} {% endfor %}
Billing Project Accrued Cost Limit
{{ row['billing_project'] }} {{ row['accrued_cost'] }} {{ row['limit'] }}
Closed projects
{{ row['billing_project'] }} {{ row['accrued_cost'] }} {{ row['limit'] }}
{% endblock %}