{% extends "base.html" %} {% block title %}Overview{% endblock %} {% load static %} {% block body %}
{% if instrument_list %} {% for instrument in instrument_list %} {% if forloop.counter|divisibleby:3 %}
{% endif %} {% endfor %} {% else %}
No instruments registered with auto-reduction were found. Please contact a member of the development team if the problem persists.
{% endif %}
{% endblock %} {% block stylesheets %} {% endblock %} {% block scripts %} {% endblock %}