% content_for :subnav_items do %>
<%= render 'subnav_item', link_text: 'VEN', destination_path: ven_path(@report.ven.id) %>
<%= render 'subnav_item', link_text: 'Report', destination_path: report_path(@report) %>
<% end %>
<%= generate_list_readonly(@report.report_interval_descriptions, ReportIntervalDescription, "Report Description",
[:rid, :reading_type_id, :emix_item, :report_data_source, :sampling_rate_max_period, :sampling_rate_min_period, :sampling_rate_on_change]) %>