AppFlowy-Cloud/admin_frontend/templates/components/user_usage.html

23 lines
360 B
HTML

<div>
<table class="yellow-table table">
<thead>
<tr>
<th>Type</th>
<th>Current</th>
<th>Limit</th>
</tr>
</thead>
<tr>
<td>
Workspaces
</td>
<td>
{{ workspace_count|escape }}
</td>
<td>
{{ workspace_limit|escape }}
</td>
</tr>
</table>
</div>