14 lines
316 B
Smarty
14 lines
316 B
Smarty
<h4>{{translate 'duplicate' category="messages"}}</h4>
|
|
|
|
<div style="margin-top: 20px;">
|
|
<table class="table">
|
|
{{#each duplicates}}
|
|
<tr>
|
|
<td>
|
|
<a href="#{{../scope}}/view/{{id}}" target="_BLANK">{{name}}</a>
|
|
</td>
|
|
</tr>
|
|
{{/each}}
|
|
</table>
|
|
</div>
|