{% if bulk_created_count or bulk_existing_count or bulk_skipped_count %}
{% if bulk_created_count %}{{ bulk_created_count }} engagement{{ 's' if bulk_created_count != 1 else '' }} created.{% endif %}
{% if bulk_existing_count %}{{ bulk_existing_count }} already existed and were preserved.{% endif %}
{% if bulk_skipped_count %}{{ bulk_skipped_count }} skipped because they were unavailable or not permitted.{% endif %}
{% endif %}
{% if locked_count or skipped_count %}
{% if locked_count %}{{ locked_count }} engagement{{ 's' if locked_count != 1 else '' }} locked.{% endif %}
{% if skipped_count %}{{ skipped_count }} skipped because already locked or not permitted.{% endif %}