{# Shared building blocks for the settings modal sections. #} {# Usage: {% import 'components/modals/settings/_macros.html' as sm with context %} #} {# `with context` is required so macros can call the `t()` translation function. #} {% macro setting_toggle(id, key, label, help='') %}