mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-10 05:24:56 +00:00
19 lines
309 B
Handlebars
19 lines
309 B
Handlebars
|
|
<h3>{{i18n 'discourse_patrons.admin.plans'}}</h3>
|
|
|
|
<table class="table discourse-patrons-admin">
|
|
<thead>
|
|
<tr>
|
|
<th>Plan Name</th>
|
|
<th>Interval</th>
|
|
<th>Product</th>
|
|
<th>Amount</th>
|
|
</tr>
|
|
</thead>
|
|
{{#each model as |subscription|}}
|
|
<tr>
|
|
|
|
</tr>
|
|
{{/each}}
|
|
</table>
|