can(Permissions::CHANGE_USER_SETTING)) {
$tags = $user_config->get_string("filter_tags");
} else {
$tags = $config->get_string("filter_tags");
}
$html = "
Disable all
Re-enable all
";
$page->add_html_header(META(['id' => 'filter-tags', 'tags' => $tags]));
$page->add_block(new Block("Filters", $html, "left", 10));
}
}