Justice and Home Affairs
			
		
	
	
  Council Meeting
	
	Justice and Home Affairs Council 
	09-11-2015 - Justus Lipsius building
 
		
		
		
		
          21-10-2015 
          
          
        
	The Justice and Home Affairs Council will meet on 9 November 2015, at 15.00, in Brussels to discuss the current migration crisis.
Given the deterioration of the situation on the ground, the Council intends to strengthen and operationalise the European Union's response, guarantee follow-up on and implementation of measures decided so far and, if appropriate, decide on additional measures.
 
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 "
";
}
?>