{% extends "base.html" %}
{% block title %}{{ instrument.name|default:"Instrument not found" }} - Reduction variables{% endblock %}
{% load static %}
{% block body %}
{% if instrument %}
{{ instrument.name }} - Reduction Variables
{% include "snippets/instrument_summary.html" with instrument=instrument current_arguments=current_arguments upcoming_arguments_by_run=upcoming_arguments_by_run upcoming_arguments_by_experiment=upcoming_arguments_by_experiment%}