This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/client/res/templates/modals/duplicate.tpl
T
2017-05-04 15:40:39 +03:00

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>