<%= hidden_field_tag :description, sketch.description %>
<%= truncate(sketch.name, length: Constants::FILENAME_TRUNCATION_LENGTH) %>
<%= t('protocols.steps.attachments.modified_label') %> <%= l(sketch.updated_at, format: :full_date) if sketch.updated_at %>
<% if edit_page %>
<% end %>