{% extends "base.html" %} {% block title %}{{ _('Topic') }} #{{ topic.id }}: {{ topic.name | get_translated_text(default=_('Unnamed Topic')) }} — {{ service_name }}{% endblock %} {% block content %} {% if not config['DISABLE_TOPICS'] %}
{{ topic.description | get_translated_text }}
{% endif %}{{ instrument.short_description | get_translated_text }}
{% endif %}{{ action.short_description | get_translated_text }}
{% endif %}{{ _('Topics are not enabled in %(service_name)s.', service_name=service_name) }}
{% endif %} {% endblock %}