<%
content_for :title do 'New Provision' end
%>
<h1>New provision</h1>

<%= render 'form' %>

<%= link_to 'Back', provisions_path %>
