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

{% include "streams::modals/filter" %}
    {% for slug, category in categories %} {% if slug == 'all' or category.count > 0 %}
  • {{ trans(category.name) }}
    {{ trans(category.description) }}
  • {% endif %} {% endfor %}