render: function() {
        this.$el.html(this.template());
        this.totalSteps = this.$('.step').length - 1;
      },