{% extends "base.html" %} {% block title %}{{ _("Instruments") }} — {{ service_name }}{% endblock %} {% block content %}
{{ _('Instruments in %(service_name)s map real instruments to actions performed with them.', service_name=service_name, actions_url=url_for('.actions')) }} {{ _('Read more.') }}
{% if current_user.is_admin and not current_user.is_readonly %} {{ _('Create Instrument') }} {% endif %} {% if not config['DISABLE_TOPICS'] and topics %} {{ _('Filters') }}{{ _('This instrument has been hidden from instrument lists.') }}
{% endif %} {% if not config['DISABLE_TOPICS'] and instrument.topics %}{{ _('Topics') }}: {% for topic in instrument.topics %} {{ topic.name | get_translated_text }} {% endfor %}
{% endif %} {% if instrument.short_description | get_translated_text %}{{ instrument.short_description | get_translated_text }}
{% endif %}