title="Ajouter une fiche PDF <br/> <strong><span class='text-danger'><span class='icon icon-attention'></span>Il est préférable de modéliser la fiche de poste dans EMC2</span></strong>"
<?phpif(($fin===nullOR$fin>=$date)AND$etat->getCode()===FichePosteEtats::ETAT_CODE_SIGNEE)echo"<span class='icon icon-checked' style='color:darkgreen;' title='Fiche de poste en cours de validité'></span>";?>
<?phpif($fin!==nullAND$fin<$dateAND$etat->getCode()===FichePosteEtats::ETAT_CODE_SIGNEE)echo"<span style='color:darkred;' title='Fiche de poste historisée | Fin de validité : ".$fin->format('d/m/Y')."' data-toogle='tooltip' data-html='true'>".$fin->format('d/m/Y')."</span>";?>
<?phpif($fin===nullAND$etat->getCode()!==FichePosteEtats::ETAT_CODE_SIGNEE)echo"<span class='icon sursis' style='color:cadetblue;' title='Fiche en cours de redaction ou fiche ayant pas été validée'></span>";?>