<% content_for :title do %> <%= "#{ current_subject.name }: #{ t('document.new.title') }" %> <% end %>
<%= render partial: 'toolbar/profile', locals: { subject: current_subject } %>

<%= t 'document.new.title' %>

<%= render partial: 'common_documents/form', locals: { document: @document } %>