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.
 
 
 
 
 
 

16 lines
386 B

<ul>
{foreach from=$included_by item=include}
<li>
{object_type type=$include.type}:
{object_link type=$include.type objectId=$include.itemId class="alert-link"}
{if $include.start || $include.end} - {/if}
{if $include.start}
{tr}from{/tr} "{$include.start}"
{/if}
{if $include.end}
{tr}to{/tr} "{$include.end}"
{/if}
</li>
{/foreach}
</ul>