<td><?php 
    echo $tutor_info['total_hours_desired'];
    ?>
</td>
            <td><a href="?page=list_matches&tutor_id=<?php 
    echo $tutor_info['id'];
    ?>
&active=1"><?php 
    echo num_active_matches(null, $tutor_info['id']);
    ?>
</a></td>
            <td><a href="?page=list_matches&tutor_id=<?php 
    echo $tutor_info['id'];
    ?>
&active=0"><?php 
    echo num_dead_matches(null, $tutor_info['id']);
    ?>
</a></td>
            <td><?php 
    echo $tutor_info['signed_confidentiality'] ? 'yes' : 'no';
    ?>
</td>
            <td><?php 
    echo $tutor_info['notes'] ? 'yes' : '';
    ?>
</td>
            <td><a href='?set_action=edit_tutor&page=edit_tutor&tutor_id=<?php 
    echo $tutor_info['id'];
    ?>
'>edit</a></td>
            <td><a href='?page=delete_tutor&set_page=list_tutors&tutor_id=<?php 
&matched=0"><?php 
    echo num_open_requests($student_info['id']);
    ?>
</a></td>
            <td><a href="?page=list_matches&student_id=<?php 
    echo $student_info['id'];
    ?>
&active=1"><?php 
    echo num_active_matches($student_info['id']);
    ?>
</a></td>
            <td><a href="?page=list_matches&student_id=<?php 
    echo $student_info['id'];
    ?>
&active=0"><?php 
    echo num_dead_matches($student_info['id']);
    ?>
</a></td>
            <td><?php 
    echo $student_info['signed_contract'] ? 'yes' : 'no';
    ?>
</td>
            <td><?php 
    echo $student_info['notes'] ? 'yes' : '';
    ?>
</td>
            <td><a href='?set_action=edit_student&page=edit_student&student_id=<?php 
    echo $student_info['id'];
    ?>
'>edit</a></td>
            <td><a href='?page=delete_student&set_page=list_students&student_id=<?php