% provide(:title, t('.administration')) %>
<%= t('.number_of_problems') %>: <%= @current_problem_count %> <% if @most_recent_pull.present? %> <%= t('.time_since_last_pull') %>: <%= time_ago_in_words @most_recent_pull %> <% end %>