611
611
'is_deserialized': lambda x: "yes" if x else "no",
612
612
'uploaded_by': lambda x: x or "(anonymous)",
614
614
order=('content_sha1', 'content_filename', 'uploaded_by',
615
615
'uploaded_on', 'is_deserialized'),
616
616
empty="There are no bundles in this stream",