Limiter l'affichage quand les listes sont vides
path('<str:bdd>/edlist/<str:lid>/<str:sort>', views.tobeedited, name='to be edited list'),
path('<str:bdd>/edmotherlist/<str:lid>/<str:sort>', views.mothered, name='to be edited mother list'),
path('<str:bdd>/ednotmotherlist/<str:lid>/<str:sort>', views.notmothered, name='to be edited notmother list'),
path('<str:bdd>/edmotherlist/<str:lid>/<str:xlid>/<str:sort>', views.xmothered, name='xto be edited mother list'),
path('<str:bdd>/ednotmotherlist/<str:lid>/<str:xlid>/<str:sort>', views.xnotmothered, name='xto be edited notmother list'),
to_edit_list.html > yes > ok
to_edit_list_mother.html > yes > ok
to_edit_list_notmother.html > yes > ok
xto_edit_list_mother.html > yes > ok
xto_edit_list_notmother.html > yes > ok
modifié : epl/templates/epl/to_edit_list.html
modifié : epl/templates/epl/to_edit_list_mother.html
modifié : epl/templates/epl/to_edit_list_notmother.html
modifié : epl/templates/epl/xto_edit_list_mother.html
modifié : epl/templates/epl/xto_edit_list_notmother.html
modifié : epl/views.py