<@row> <@columns> <@messages infos=infos /> <@tform action='jsp/site/Portal.jsp?page=lobby'> <@button type='submit' name='view_createLobby' class='pull-right' buttonIcon='plus' title='#i18n{transparency.manage_lobbies.buttonAdd}' />

#i18n{transparency.manage_lobbies.title}

<@table> #i18n{transparency.manage_lobbies.columnName} #i18n{transparency.manage_lobbies.columnNationalId} #i18n{transparency.manage_lobbies.columnNationalIdType} #i18n{transparency.manage_lobbies.columnUrl} #i18n{transparency.manage_lobbies.columnVersionDate} #i18n{portal.util.labelActions} <#list lobby_list as lobby > ${lobby.name} ${lobby.nationalId} ${lobby.nationalIdType} ${lobby.url!''} ${lobby.versionDate} <@aButton href='jsp/site/Portal.jsp?page=lobby&view=modifyLobby&id=${lobby.id}' title='#i18n{portal.util.labelModify}' showTitle=false buttonIcon='pencil-square-o' /> <@aButton href='jsp/site/Portal.jsp?page=lobby&action=confirmRemoveLobby&id=${lobby.id}' title='#i18n{portal.util.labelDelete}' buttonIcon='trash' showTitle=false color='btn-danger' />