{% if total_add %}
{% trans "ADD" %}
{{ total_add }} {% trans "splices" %}
{% endif %}
{% if total_remove %}
{% trans "REMOVE" %}
{{ total_remove }} {% trans "splices" %}
{% endif %}
{% if total_unchanged %}
{{ total_unchanged }} {% trans "unchanged" %}
{% endif %}
{% trans "Apply changes from the closure's Pending Work tab." %}
{% endfor %}
{# Invalid entries — tray on a different device #}
{% if invalid_entries %}
{% endif %}
{# Recent changelog messages #}
{% if changelog_messages %}
{% trans "No changes to apply. The plan matches the live state." %}