<% content_for(:html_title, "#{@template.name} | DocuSeal") %> <% I18n.with_locale(@template.account.locale) do %> <% content_for(:html_description, t('share_link_is_currently_disabled')) %> <% end %>
<%= render 'banner' %>

<%= t('share_link_is_currently_disabled') %>

<%= svg_icon('writing_sign', class: 'w-10 h-10') %>

<%= @template.name %>

<% if @template.archived_at? %>

<%= t('form_has_been_deleted_by_html', name: @template.account.name) %>

<% end %>
<%= render 'shared/attribution', link_path: '/start', account: @template.account %>