{% load templatetag_handlebars %} {% tplhandlebars "cc_group_list" %}
Viewing: All {{#each source_types}} {{ display_name }} {{/each}}
{{#each crowds}}
{{/each}}
{{#if has_selected_groups }}
Select groups {{#each crowds}} {{#if selected}}
Remove Undo
{{/if}} {{/each}}
{{/if}}
{% endtplhandlebars %}