<% if template.template_accesses.present? %> <%= svg_icon('lock', class: 'w-6 h-6 inline -translate-y-[4px]') %> <% end %> <% template.name.split(/(_)/).each do |item| %><%= item %><% end %>

<%= svg_icon('user', class: 'w-4 h-4') %> <%= template.author.full_name.presence || template.author.email.to_s.sub(/\+\w+@/, '@') %> <% if template.account_id != current_account.id %> <%= t('shared') %> <% end %>

<%= svg_icon('calendar', class: 'w-4 h-4') %> <%= l(template.created_at.in_time_zone(current_account.timezone), format: :short, locale: current_account.locale) %> <% if template.archived_at? %> <%= svg_icon('folder', class: 'w-4 h-4 flex-shrink-0') %> <%= template.folder.name %> <% end %>

<%= render 'templates/dashboard_dropzone_form', url: template_replace_documents_path(template), title: t('upload_new_based_on_template'), icon: 'files', position: 'end' %>