<%= hidden_field_tag :description, sketch.description %>
<%= truncate(sketch.name, length: Constants::FILENAME_TRUNCATION_LENGTH) %>
<%= t('marvinjs.task') %>: <%= truncate(sketch.object.protocol.my_module.name, length: Constants::FILENAME_TRUNCATION_LENGTH) %>