{% load i18n %}
{% trans "Heads up: you are editing values that apply to ALL users." %}
{% trans "Per-user overrides will continue to take precedence over these." %}
{% trans "Check the box next to a field to save a system-wide default. Uncheck to remove the system-wide default entirely (the form's own initial value will be used)." %}
{% else %}{% trans "Check the box next to a field to save your value as your personal override. Leave it unchecked to use the system-wide default." %}
{% endif %} {% if saved %}{% trans "Saved." %}
{% endif %}