<% if params[:poll] %> <% end %>

<%= t('Status') %> <%= erb :_status %>

<% unless current_path == '' %>
<% if params[:poll] %> <%= t('StopPolling') %> <% else %> <%= t('LivePoll') %> <% end %>
<% end %>
<%= erb :_summary %>
<%= yield %>