class Locmare.FilerModule.BodyModule.FileBodyModule.FileItemModule.SymbolItemColumnModule.Template extends Locmare.FilerModule.BodyModule.FileBodyModule.FileItemModule.SymbolItemColumnModule.Base initialize: (options) -> super(options) render: () -> view = new Pettanr.Views[@item.singular()].Symbol({ item: @item }) @listenTo(view, 'click', @click) this.$el.html(view.render().el) this click: () -> @trigger('click:symbol') @trigger('http_get', @item.show_url())