<% @title = t('.title') %> <%= content_for :header do %>

<%= t '.title' %>

<% end -%>
<%- if params[:q].blank? -%> <%- else -%> You searched for <%= params[:q] %>. <%= link_to t('kinney.search.clear'), search_path , :class => :btn if defined?(@clips) %> <% end -%>

<%= t '.clips' %>

<% if @fallback_clips %>
<%= t '.no_clips_match_message' %>
<% end -%> <% if @query.blank? %>
<%= t '.no_current_search_clips_message' %>
<% end -%> <% @clips.each_slice(2) do |sliced_clips| %> <% end -%>

People

<% if @fallback_people %>
<%= t '.no_people_match_message' %>
<% end -%> <% if @query.blank? %>
<%= t '.no_current_search_people_message' %>
<% end -%>