General Affairs
Council Meeting
Council General Affairs
14-09-2015 - Justus Lipsius building
15-06-2015
The Council will prepare for the European Council meeting of 15-16 October 2015 by discussing an annotated draft agenda.
Ministers will also discuss the work programme proposed by the Luxembourg presidency for the duration of its term of office ending 31 December 2015. Finally, they will have an exchange of views on a Commission letter of intent on its work programme for 2016.
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 "
";
}
?>