<% if signed_in? %>
<% if current_account_is_admin %>
<% end %>
<% if current_account_is_admin %>
<%= generate_menu_item "VTN Config", market_contexts_path, NavigationHelper::VTN_CONFIG_MENU_ITEM_CLASS, 'icon_vtn.png' %>
<%= generate_menu_item "TOU Schedules", tou_schedules_path, NavigationHelper::TOU_SCHEDULE_MENU_ITEM_CLASS, 'icon_events.png' %>
<% end %>
<% if !current_account_is_admin %>
<% end %>
<%= generate_menu_item "Download VEN", root_path + 'epri-ven-current.zip', '', 'icon_vens.png' %>
<% end %>