{% if AllowedActions.View == true or AllowedActions.Edit == true or AllowedActions.ManageMembers == true or AllowedActions.Administrate == true %} {% assign countActive = -1 %} {% assign countInactive = -1 %} {% assign countPending = -1 %} {% for member in Group.Members %} {% case member.GroupMemberStatus %} {% when 'Active' %} {% assign countActive = countActive | Plus: 1 %} {% when 'Inactive' %} {% assign countInactive = countInactive | Plus: 1 %} {% when 'Pending' %} {% assign countPending = countPending | Plus: 1 %} {% else %} {% endcase %} {% endfor %} {% for groupLocation in Group.GroupLocations %} {% if groupLocation.Location.GeoPoint != '' %}