<%= notifier(@host.display_message) unless @host.deployed? || @host.blocked? %> <%= render partial: 'header' %>
<%= render partial: "host_details" %>
<%= render partial: "jobs/job_templates" %>
<%= render partial: "fd_config" %>

<% if @host.client %>
<%= link_to client_path(@host.client), class: 'btn btn-default' do %> Back to client <% end %>
<% end %>
<%= render partial: 'jobs/modals' %>