{% extends "base.html" %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Base template for Madrigal instrument metadata page $Id: instrument_metadata.html 5328 2015-09-25 19:02:21Z brideout $ {% endcomment %} {% block title %}Madrigal instrument metadata{% endblock %} {% block content %}

List of Madrigal instruments

{% for inst in instList %} {% if forloop.counter|divisibleby:2 %} {% else %} {% endif %} {% endfor %}
Instrument id (kinst) Name Category Latitude Longitude (-180-180) Altitude (km) Principal Investigator PI Email 3-letter mnemonic
{{ inst.0 }} {{ inst.1 }} {{ inst.2 }} {{ inst.3 }} {{ inst.4 }} {{ inst.5 }} {{ inst.6 }} {{ inst.7 }} {{ inst.8 }}
{% endblock %}