diff --git a/biscuit/core/templates/core/persons_accounts.html b/biscuit/core/templates/core/persons_accounts.html
index e0cc072d2401b9e18ca4d12f37d1e1354387f2d8..457307f0da4c17c00e30c74c3b0bac116d512042 100644
--- a/biscuit/core/templates/core/persons_accounts.html
+++ b/biscuit/core/templates/core/persons_accounts.html
@@ -20,7 +20,10 @@
    {% for form in persons_accounts_formset %}
     {{ form.id }}
     <tr>
-     <td>{{ form.person_name }}</td>
+     <td>
+      {{ form.last_name }}
+      {{ form.first_name }}
+     </td>
      <td>{{ form.user }}</td>
      <td>{{ form.new_user }}</td>
     </tr>