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