You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
385 B

{extends 'layout_view.tpl'}
{block name="title"}
{title}{$title|escape}{/title}
{/block}
{block name="content"}
{if $yaml}
<div class="t_navbar mb-4">
{include file="tracker_actions.tpl"}
</div>
{remarksbox type="note" title="{tr}YAML Export{/tr}"}
<p>{tr _0=$trackerId}Profile for trackerId %0{/tr}</p>
{/remarksbox}
{$yaml}
{/if}
{/block}