initialize: function () {
            _.bindAll(this, 'render');
            this.template = _.template($('#status-group-view').html());
        },