{# Issues — cost / performance findings the user wants to capture in their workspace. By default all enabled; users can opt out per rule. Storage billing is a separate concept and lives on its own page. #} {% extends "settings/layout.html" %} {% block settings_content %} {% set heading = "Issues" %} {% set subheading = "Cost and performance findings shown in /opportunities. Each one is a real workload problem the user should triage." %} {% set empty_message = "No issue rules registered." %} {% set form_action = "/admin/settings/issues" %} {% include "settings/_rule_toggle_form.html" %} {% endblock %}