{% extends "base.html" %} {% block title %}{{ _('Topics') }} — {{ service_name }}{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
{{ _('Topics allow filtering information in %(service_name)s.', service_name=service_name) }} {{ _('Read more.') }}
{% if current_user.is_admin and not current_user.is_readonly %} {{ _('Create Topic') }}{{ topic.short_description | get_translated_text }}
{% endif %}{% if not config['DISABLE_INSTRUMENTS'] %} {{ _('View Instruments') }} {% endif %} {{ _('View Actions') }} {% if current_user.is_admin and not current_user.is_readonly %} {{ _('Edit Topic') }} {% endif %}
{% endfor %} {% else %}{{ _('Topics are not enabled in %(service_name)s.', service_name=service_name) }}
{% endif %} {% endblock %}