Organization:
<%=h @group.profile.organization %>
City:
<%=h @group.profile.city %>
<% if @group.profile.country? %>
, <%=@group.profile.country%>
<%end%>
Description:
<%=h @group.profile.description %>
Group created at:
<%=h h I18n.l @group.created_at, :format => :long %>
Group updated at:
<%=h I18n.l @group.updated_at, :format => :long %>