{% from "utils.html" import danger_button, submit_button %} {% extends "layout.html" %} {% block title %}Billing Projects{% endblock %} {% block content %}
| Billing Project | Limit | Users | {% for bp in billing_projects %} |
|---|---|---|---|
| {{ bp['billing_project'] }} |
{% for user in bp['users'] %}
{{ user }}
|
|
|
| {{ bp['billing_project'] }} | {{ bp['limit'] }} |