initialize: function() {
            _.bindAll(this, "render");
            this.template = _.template($("#activity-details-template").html());
        },