{% extends "console_page.html" %} {% load vite_tags %} {% block console_content %}
{% if billing_props.churnKey and billing_props.churnKey.appId %} {% endif %} {{ billing_props|json_script:"billing-props" }} {% endblock %} {% block extra_js %} {{ block.super }} {% vite_asset 'src/main.tsx' %} {% endblock %}