<% content_for :navigation do %>

Areas Of Interest

<% end %> <% cache [@school, @academic_year] do %>

School Quality Framework Indicators

Warning
Ideal
<%= render partial: "quality_framework_indicators", locals: { category_presenters: @category_presenters }, cached: true %>

Distance From Benchmark

<%= render partial: "variance_chart", locals: { presenters: @variance_chart_row_presenters } , cached: true %>
<% end %> <% cache [@district, @school, @academic_year] do %> <% if @district == District.find_by_name("Boston") %> <%= render partial: 'layouts/boston_modal' %> <% elsif @has_empty_dataset %> <%= render partial: 'layouts/empty_dataset_modal' %> <% end %> <% end %>