{% include 'partials/graph_selector.html' %}
{# Determine an active graph for navigation links. #}
{% if graphs is defined and graphs and graphs|length > 0 %}
{% set active_graph = (
current_graph
if current_graph is defined and current_graph
else graphs[0]
) %}
{% endif %}
{% if admin_version %}
{% endif %}