{# ---- Show checkbox to enable/disable throttling ---- #} {% macro display_policyd_enable_throttling(accountType='sender', enabled=false) -%} {# @enabled: Use non-false value as enabled -- #} {% set label = _('Enable sender throttling') %} {% if accountType == 'recipient' %} {% set label = _('Enable recipient throttling') %} {% endif %}