{{ trans('anomaly.module.blocks::message.choose_block') }}

{% include "streams::modals/filter" %} {% if not extensions.isEmpty() %}
    {% for extension in extensions %}
  • {{ trans(extension.title) }}
    {{ trans(extension.description) }}
  • {% endfor %}
{% else %} {{ trans('streams::message.no_results') }} {% endif %}