<% @submission.template.schema.each do |item| %>
<% document = @submission.template.documents.find { |a| item['attachment_uuid'] == a.uuid } %>
diff --git a/app/views/templates/show.html.erb b/app/views/templates/show.html.erb
index 939c83e1..a2784333 100644
--- a/app/views/templates/show.html.erb
+++ b/app/views/templates/show.html.erb
@@ -159,7 +159,7 @@
There are no Submissions
-
Send an invitation to fill and submit the documents
+
Send an invitation to fill and complete the form
<%= link_to new_template_submission_path(@template), class: 'base-button mt-6', data: { turbo_frame: 'modal' } do %>
<%= svg_icon('plus', class: 'w-6 h-6 stroke-2') %>
Add Recipients