{{ _("All users who watch this build will be automatically notified about status changes and comments.") }}
{{ _("This is an easy way of staying up to date.") }}
{% if watchers %}
{% if current_user and current_user in watchers %}
-
{{ _("You.") }}
{% end %}
{% for watcher in [w for w in watchers if current_user and not w == current_user] %}
-
{{ watcher.realname }}
{% end %}
{% else %}
{{ _("Nobody watches this build, yet. Be the first one.") }}
{% end %}