<%= record_name %>
<% if current_page?(naf.root_url) or current_page?(action: 'index') %>
<% if flash[:error] -%>
<%= flash[:error] %>
<% end -%>
<%= naf_generate_create_link %>
<% end %>
<% if naf_nested_resource_index? %>
<%= naf_parent_resource_link %>
<% end %>