{% extends "base.html" %} {% block title %}{{ instrument }} Configuration {% endblock %} {% block banner %}{{ instrument }} Configuration {% endblock %} {% block header %} {% endblock %} {% block summary %}
List of parameters for {{ instrument }} reduction template:
{% endblock %}
{% block content %}
Latest post-processing log entries for {{ instrument }}:
{% if action_list and action_list|length > 0 %}{{ action_list.0.info }} on {{ action_list.0.time }}
{% else %}No recent changes{% endif %}
{% endblock %}