Development
Other
International conference on European development aid post 2015
20-10-2015 / 21-10-2015 - European Court of Auditors
16-07-2015
To mark the European Year for Development and the Luxembourg Presidency of the European Council, the European Court of Auditors will be hosting an international conference on European development aid policy on 20 and 21 October 2015 .
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 "
";
}
?>