{% extends "base.html" %} {% block title %}Instruments — {{ service_name }}{% endblock %} {% block content %}
Instruments in {{ service_name }} map real instruments in Jülich or at other facilities to actions performed with them. Read more.
{% for instrument in instruments %}{{ instrument.description }}
{% include "instruments/instrument_scientists.html" %} {% endfor %} {% endblock %}