Template.Symbols_list.events({
  'click .js-more': function (event, instance) {
    instance.$('.opened').removeClass('opened');
  },