class Pettanr.Views.LicenseGroup.Show extends Pettanr.View.Show initialize: (options) -> @header = new Pettanr.View.Show.Header(@item, this, @default_header_options()) render: () -> this.$el.html('') this.$el.append(@header.render().el) this