<%= link_to(l(:button_edit), edit_group_path(@group), :class => 'icon icon-edit') if User.current.admin? %>
<%= @group.name %>
<% if @group.custom_field_values.any? %>
<% render_custom_field_values(@group) do |custom_field, formatted| %>
- <%= custom_field.name %>: <%= formatted %>
<% end %>
<% end %>
<%= l(:label_member_plural) %>
<% @group.users.visible.each do |user| %>
- <%= link_to_user(user) %>
<% end %>
<% html_title @group.name %>