discourse-subscriptions/assets/javascripts/discourse/templates/admin/plugins-discourse-patrons-subscriptions.hbs
Rimian Perkins 1b232a1bd4 list plans
2019-09-25 11:18:11 +10:00

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>