2019-09-23 01:01:03 -04:00
|
|
|
|
2019-09-23 03:53:05 -04:00
|
|
|
<table class="table discourse-patrons-admin">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2019-10-13 21:36:46 -04:00
|
|
|
<th></th>
|
|
|
|
<th></th>
|
|
|
|
<th></th>
|
2019-09-23 03:53:05 -04:00
|
|
|
</tr>
|
|
|
|
</thead>
|
2019-09-24 21:18:11 -04:00
|
|
|
{{#each model as |subscription|}}
|
2019-09-23 03:53:05 -04:00
|
|
|
<tr>
|
2019-10-13 21:36:46 -04:00
|
|
|
<td>{{subscription.id}}</td>
|
|
|
|
<td>
|
|
|
|
{{#link-to 'adminPlugins.discourse-patrons.plans.show' subscription.plan.id}}
|
|
|
|
{{subscription.plan.id}}
|
|
|
|
{{/link-to}}
|
|
|
|
</td>
|
|
|
|
<td>{{subscription.status}}</td>
|
2019-09-23 03:53:05 -04:00
|
|
|
</tr>
|
|
|
|
{{/each}}
|
|
|
|
</table>
|