{% from 'macros.html' import galidsearch, login %} Toggle navigation Marvin Github Help Search {# Marvin PlateId/MaNGAId Search #} {{galidsearch('headform')}} {# MPL Version Selection #} {% for ver in session.versions %} {% if ver.name == session.currentver %} {{ver.name}} {% else %} {{ver.name}} {% endif %} {% endfor %} {# Links to Whats New and Known Issues #} What's New Known Issues Get Involved {% if not session.loginready %} {# Login #} Login {{login()}} {% else %} {# User Preferences Post Login #} Welcome, {{session.name}} Preferences Logout {% endif %}