{{! Client-side Mustache template for rendering subscriptions.}}
<tr>
<td class="subscription_entry">
{{subscription}}
</td>
<td>
<button class="btn" type="submit" name="subscription" value="{{subscription}}">Unsubscribe</button>
</tr>