The Django admin widget for nested arrayfields does not work well.
As far as I can tell it now simply shows all values as one list (i.e. flattened) instead of nested lists.
This list is currently not editable, which is not that bad since it should be automatically generated anyway.