{{#if (eq count 1)}}
{{#tr}}
This will delete the profile field for 1 user.
{{#*inline "z-profile-field-name"}}{{profile_field_name}}{{/inline}}
{{/tr}}
{{else}}
{{#tr}}
This will delete the profile field for users.
{{#*inline "z-count"}}{{count}}{{/inline}}
{{#*inline "z-profile-field-name"}}{{profile_field_name}}{{/inline}}
{{/tr}}
{{/if}}