{extends "base.tpl.html"} {block "title"}#{$issue_id} - Custom Fields{/block} {block "javascripts" append} {/block} {block "content"} {if $update_result|default:'' != ''}
{if $update_result == -1} {t}An error occurred while trying to run your query{/t} {elseif $update_result == 1} {t}Thank you, the custom field values were updated successfully.{/t} {/if}

{if not $core.current_user_prefs.close_popup_windows}
{t}Continue{/t}
{/if} {else}
{include file="edit_custom_fields.tpl.html" form_type='edit'}
{t}Update Issue Details{/t}
  
{/if} {/block}