{{! Client-side Mustache template for rendering subscriptions.}} {{#with this}}
{{#if subscribed}}
{{else}}
{{/if}} {{ partial "subscription_setting_icon" }}
{{name}}
{{subscriber_count}}
{{description}}
{{/with}}