{% load i18n %}
{% trans "This stream is owned by" %} {{ bundle_stream.user }}
{% trans "This stream is owned by group called" %} {{ bundle_stream.group }}
The dashboard has several types of containers for test results. One of the most common and the oldest one is an anonymous stream. Anonymous streams act like public FTP servers. Anyone can download or upload files at will. There are some restrictions, nobody can change or remove existing files
When a stream is anonymous anonyone can upload new test results and the identity of the uploading user is not recorded in the system. Anonymous streams have to be public (granting read access to everyone)