{% extends "base.html" %} {% block title %}{{ instrument.name|default:"Instrument not found" }} - Configure new jobs{% endblock %} {% load static %} {% block body %} {% if not instrument or message %}
{% if current_experiment_reference > 0 %} Click here to submit variables for a run range {% else %} Click here to submit variables for an experiment reference {% endif %}