if ($aspirante){ ?>
Email: echo $aspirante->getEmail() ? $aspirante->getEmail() : ' ' ?>
Telefono: echo $aspirante->getTelefono() ? $aspirante->getTelefono() : ' ' ?>
Direccion: echo $aspirante->getDireccion() ? $aspirante->getDireccion() : ' ' ?>
Nac: echo $aspirante->getNacionalidad() ? $aspirante->getNacionalidad() : ' ' ?>
Provincia: echo $aspirante->getProvincia() ? $aspirante->getProvincia() : ' ' ?>
Localidad: echo $aspirante->getLocalidad() ? $aspirante->getLocalidad() : ' ' ?>
} ?>