<% 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 %> 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 %>