{% for c in s.constraints %}
{# Build a simple tooltip showing key: value pairs for the constraint on hover; make clickable to open constraint editor #}
{{ c.name }}
{% endfor %}
{% endif %}
{% if s.balance_offset is defined and s.balance_offset %}
— balance offset: {{ s.balance_offset }}
{% endif %}