{% extends "base.html" %} {% block title %}Instrument #{{ instrument.id }}: {{ instrument.name }} — {{ service_name }}{% endblock %} {% block content %}
This instrument has been hidden from instrument lists.
{% endif %} {% if instrument.description %}{{ instrument.description }}
{% endif %}{{ action.short_description }}
{% endif %}These notes are only visible to the instrument scientists. Read more.
{% if instrument.notes %}{{ instrument.notes }}
{% endif %}{% if is_instrument_responsible_user %} Instrument scientists can use the instrument log to keep track of problems, maintenance or other events. Instrument scientists can edit the instrument settings to configure whether users can create or view log entries. {% if instrument.users_can_view_log_entries and instrument.users_can_create_log_entries %} Currently, users can create and view log entries. {% elif instrument.users_can_create_log_entries %} Currently, users cannot view log entries, but they can create new entries. {% elif instrument.users_can_view_log_entries %} Currently, users can view log entries, but they cannot create new entries. {% else %} Currently, users can neither create nor view log entries. {% endif %} {% else %} {% if instrument.users_can_view_log_entries %} Instrument scientists can use the instrument log to keep track of problems, maintenance or other events. {% endif %} {% if instrument.users_can_create_log_entries %} Users can create entries in the instrument log to notify instrument scientists about any issues they encounter. {% endif %} {% endif %} Read more.
{% if is_instrument_responsible_user or instrument.users_can_view_log_entries %} {% if instrument_log_entries %}{{ log_entry.versions[-1].content }}{% endif %} {% else %} — {% endif %}
{{ version.content }}{% endif %} {% else %} — {% endif %}
There are no log entries for this instrument.
{% if not current_user.is_readonly and (is_instrument_responsible_user or instrument.users_can_create_log_entries) %} {% endif %} {% endif %} {% endif %} {% if not current_user.is_readonly and (is_instrument_responsible_user or instrument.users_can_create_log_entries) %} {% set log_entry_text_missing = [] %} {% for message in get_flashed_messages() %} {% if 'Please enter a log entry text' in message %} {{ log_entry_text_missing.append(True) or '' }} {% endif %} {% endfor %}