zulip/zephyr/jstemplates/subscription.html

10 lines
248 B
HTML

{{! Client-side Mustache template for rendering subscriptions.}}
<tr>
<td class="checkbox">
<input type="checkbox" name="subscription" value="{{subscription}}" /></input>
</td>
<td class="subscription">
{{subscription}}
</td>
</tr>