class Pettanr.Views.License.Summary extends Pettanr.View.Summary initialize: (options) -> super(options) render: () -> super() @item.get_parent('system_picture', this, { success: (@system_picture) => this.$el.html('') @img = @system_picture.real_picture() this.$el.html(@img.render().el) }) this