<% 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 %>
<% if can?(:update, @template) %> <%= button_to button_title(title: t('enable_shared_link'), icon: svg_icon('lock_open', class: 'w-6 h-6')), template_share_link_path(@template), params: { template: { shared_link: true }, redir: start_form_path(slug: @template.slug) }, method: :post, class: 'white-button w-full' %> <% end %>
<%= render 'shared/attribution', link_path: '/start', account: @template.account %>