if(!this.model.isNew()) {
                this.registerView(
                    new ReportTargetsListView(this.App, {collection: this.collection}),
                    true, this.$('.target-list')
                );