templateHelpers: function () {
      return {
        hasTransactions: _.bind(function () {
          return this.collection.length > 0;
        }, this),