Other
			
		
	
	
	High Level Group on Non-Discrimination, Equality and Diversity 
	27-10-2015 - Chambre des métiers
 
		
		
		
		
          16-09-2015 
          
          
        
	This group brings together about 70 people comprising officials of Member States, European Economic Area countries and the European Commission. It aims the exchange of information and views on policy development in the areas of non-discrimination, equality and diversity.
 
On this topic 
  News articles
";
  foreach($links["articles"] as $link){
    echo '
'.$link["title"].' ';
  }
  echo "";
}
if(!empty($links["communiques"])){
?>
  Press releases
";
  foreach($links["communiques"] as $link){
    echo '
'.$link["title"].' ';
  }
  echo "";
}
if(!empty($links["conclusions"])){
?>
  Council conclusions
";
  foreach($links["conclusions"] as $link){
    echo '
'.$link["title"].' ';
  }
  echo "";
}
if(!empty($links["discours"])){
?>
  Speeches
";
  foreach($links["discours"] as $link){
    echo '
'.$link["title"].' ';
  }
  echo "";
}
if(!empty($links["interviews"])){
?>
  Interviews
";
  foreach($links["interviews"] as $link){
    echo '
'.$link["title"].' ';
  }
  echo "";
}
if(!empty($links["notes"])){
?>
  Background notes
";
  foreach($links["notes"] as $link){
    echo '
'.$link["title"].' ';
  }
  echo "";
}
if(!empty($links["ordres"])){
?>
  Agendas
";
  foreach($links["ordres"] as $link){
    echo '
'.$link["title"].' ';
  }
  echo "";
}
if(!empty($links["medias"])){
?>
  Information for the press
";
  foreach($links["medias"] as $link){
    echo '
'.$link["title"].' ';
  }
  echo "";
}
if(!empty($links["photos"])){
  echo "
Photos ";
  echo "
";
}
if(!empty($links["videos"])){
  echo "
Videos ";
  echo "
";
}
?>