{% extends 'base.html' %} {% load static %} {% load project_templatetags %} {% block title %}Create Billing Account{% endblock %} {% block local_css %} {% endblock %} {% block content %}

{% if current_billing_account %}Update{% else %}Connect{% endif %} Workspace Billing Account

{% if current_billing_account %}

Current billing account for {{ workspace_project_id }}: {{current_billing_account.name}}, {{current_billing_account.id}}

{% else %}

No billing account currently connected to workspace {{ workspace_project_id }}

{% endif %}
{% csrf_token %} {{ form }}
{% endblock %}