<%=raw app.core.View.getTemplate( 'group-nav', { activeTab : 'details', group : group, currentProfile : currentProfile } ) %>
<%= group.getName() %>
<%= group.getCategory() %>
<%= _lc( 'GROUP_ABOUT' ) %>
<%=raw group.getDescription() ? app.util.Helper.nl2br( group.getDescription() ) : '---' %>
<%= _lc( 'GROUP_CONTACT_INFOS' ) %>
<%=raw group.getContactInformation() ? app.util.Helper.nl2br( group.getContactInformation() ) : '---' %>