@model IEnumerable @{ ViewBag.Title = "Groups"; }

Groups

Groups, formerly called Legions, are a way of grouping the community into different, well, groups, with their own tasks and goals.

You can join one of the in-game groups from your Digital Society Control Centre, or you can join one of the many user-created groups here.

@if(Model.Count() > 0) { foreach(var group in Model) { if (group.Publicity < 2) { } } } else { }
Group Users Actions
@Html.ActionLink(group.Name, "ViewGroup", "Groups", new { id = group.Id }, null)

[@group.ShortName] • @group.Publicity.ToString()

@group.Users.Count() @Html.ActionLink("Join", "JoinGroup", "Groups", new { id=@group.Id}, new { @class="btn btn-default"})
No groups found! Be the first to create one!