{{! activation }} {{#notEq activation 'inactive'}} {{t 'coding_rules.activate_in'}} {{/notEq}} {{#eq activation 'inactive'}} {{t 'coding_rules.activate_in'}} {{qualityProfileName}} {{/eq}} {{#if singleLanguage}} {{tp 'coding_rules.activate_in_all_quality_profiles' language}} {{/if}} {{! dectivation }} {{#notEq activation 'active'}} {{t 'coding_rules.deactivate_in'}} {{/notEq}} {{#eq activation 'active'}} {{tp 'coding_rules.deactivate_in'}} {{qualityProfileName}} {{/eq}} {{#if singleLanguage}} {{tp 'coding_rules.deactivate_in_all_quality_profiles' language}} {{/if}} {{! severity }} {{#eq activation 'active'}} {{t 'coding_rules.change_severity_in'}} {{qualityProfileName}} {{/eq}}