<?php

global $edb_model;
$langue = new Langue();
$langs = $langue->getAll();
$edb_model->process_action();
?>

<header class="page-header">
    <h2>Ajouter une spécialité</h2>
</header>

<div class="row">

    <form action="<?php 
echo $_SERVER['REQUEST_URI'];
?>
" method="POST">

       <div class="col-xs-12">

           <ul class="nav nav-tabs" role="tablist">
               <?php 
$i = 0;
foreach ($langs as $lang) {
    ?>

                   <li class="<?php 
    echo $i == 0 ? 'active' : '';
    ?>
" role="presentation">