<%=l(:label_helpdesk_new_canned_response)%>

<%= labelled_form_for :canned_response, @canned_response, url: { action: 'create', project_id: @project }, html: { multipart: true } do |f| %>
<%= render partial: 'canned_responses/form', locals: { f: f } %>

<%= render partial: 'attachments/form', locals: { container: @canned_response } %>

<%= submit_tag l(:button_create) %> <% end %>