echo "<b>Estado : </b>" . $item['satisfy_fk_id_response_desc'];
    ?>
<br>
                                                        <?php 
    echo "<b>Cant.Resp. : </b>" . $item['response_quantity'];
    ?>
<br>
                                                        <?php 
    echo "<b>Ult.Resp. : </b>" . $item['datetime_last_transaction'];
    ?>
 </td>
                                                      
                                                        
                                                        <td>
                                                            <?php 
    $ifResponse = $consultation->getFlowIfCanResponseByConsultationAndEducationalRole($item['pk_id_consultation'], $_SESSION["pk_id_educational_role"]);
    if (count($ifResponse) > 0) {
        ?>
                                                         <a class="edit_list_12 "   href="?page=course/course_response&ACTION=EDIT&PK_ID_COURSE_HARD=<?php 
        echo $_GET['PK_ID_COURSE_HARD'];
        ?>
&pk_id_consultation=<?php 
        echo $item['pk_id_consultation'];
        echo $string_student_data;
        ?>
" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
                                                         
                                                          <?php 
    }
    ?>
                                                        </td>