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.
 
 
 
 
 
 

15 lines
389 B

<h1>{$title|escape}</h1>
<div class="table-responsive">
<table class="table">
{foreach from=$tracker.fields item=field}
<tr class="formcolor">
<td class="formlabel">
{$field.name|escape}
</td>
<td class="formcontent">
{trackeroutput field=$field}
</td>
</tr>
{/foreach}
</table>
</div>