</tr>
{/if}
<tr class="crm-price-option-form-block-label">
- <td class="label">{$form.label.label|escape}</td>
+ <td class="label">{$form.label.label|smarty:nodefaults|purify}</td>
<td>{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='label' id=$optionId}{/if}{$form.label.html}</td>
</tr>
<tr class="crm-price-option-form-block-amount">
- <td class="label">{$form.amount.label|escape}</td>
+ <td class="label">{$form.amount.label|smarty:nodefaults|purify}</td>
<td>{$form.amount.html}</td>
</tr>
<tr class="crm-price-option-form-block-non-deductible-amount">
<td>{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='description' id=$optionId}{/if}{$form.description.html}</td>
</tr>
<tr class="crm-price-option-form-block-help-pre">
- <td class="label">{$form.help_pre.label|escape}</td>
+ <td class="label">{$form.help_pre.label|smarty:nodefaults|purify}</td>
<td>{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='help_pre' id=$optionId}{/if}{$form.help_pre.html}</td>
</tr>
<tr class="crm-price-option-form-block-help-post">
- <td class="label">{$form.help_post.label|escape}</td>
+ <td class="label">{$form.help_post.label|smarty:nodefaults|purify}</td>
<td>{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='help_post' id=$optionId}{/if}{$form.help_post.html}</td>
</tr>
<tr class="crm-price-option-form-block-financial-type">