diff --git a/src/ClassCodeBundle/Resources/views/People/ajax_list.html.twig b/src/ClassCodeBundle/Resources/views/People/ajax_list.html.twig index 08a0cb21206d20d6074a19c270cbd251b083cb9d..3c27a7e4f0ac3f4ed15bef7f249ad004ea4143b0 100644 --- a/src/ClassCodeBundle/Resources/views/People/ajax_list.html.twig +++ b/src/ClassCodeBundle/Resources/views/People/ajax_list.html.twig @@ -18,6 +18,9 @@ <td> {{ p.getEmail }} </td> + <td> + {{ p.state }} + </td> </tr> {% endfor %} </tbody>