{extends 'layout_view.tpl'} {block name="title"} {title}{$title|escape}{/title} {/block} {block name="navigation"} {if $skip_form neq 'y'} {include file='tracker_actions.tpl'} {/if} {/block} {block name="content"}
{if $skip_form eq 'y'} {else} {* Don't warn on leaving page if the modal is closed without saving *} {jq}$(".modal.fade.show").one("hide.bs.modal", function () {window.needToConfirm=false;});{/jq} {/if} {/block}