<%= render Blacklight::System::ModalComponent.new do |component| %> <% component.title { t('blacklight.email.form.title') } %> <% component.body do %> <%= render 'email_form' %> <% end %> <% end %>