2017-05-01 06:29:04 +02:00
|
|
|
<h5><%t DMSDocument.RELATED_DOCUMENTS "Related documents" %></h5>
|
|
|
|
|
|
|
|
<ul class="documents-relateddocuments">
|
2017-05-02 02:32:49 +02:00
|
|
|
<% loop $getRelatedDocuments %>
|
2017-05-01 06:29:04 +02:00
|
|
|
<li>
|
|
|
|
<% if $Title %>
|
|
|
|
<a href="$Link" title="<%t DMSDocument.DOWNLOAD "Download {title}" title=$Title %>">$Title</a>
|
|
|
|
<% else %>
|
|
|
|
<a href="$Link" title="<%t DMSDocument.DOWNLOAD "Download {title}" title=$FilenameWithoutID %>">$FilenameWithoutID</a>
|
|
|
|
<% end_if %>
|
|
|
|
<span class="documents-relateddocuments-documentdetails"><% include DocumentDetails %></span>
|
|
|
|
</li>
|
|
|
|
<% end_loop %>
|
|
|
|
</ul>
|