<%= template.name %>

<%= svg_icon('user', class: 'w-4 h-4') %> <%= template.author.full_name.presence || template.author.email %>

<%= 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.deleted_at? %> <%= svg_icon('folder', class: 'w-4 h-4 flex-shrink-0') %> <%= template.folder.name %> <% end %>