2017-05-08 05:30:24 +02:00
|
|
|
<% if not $isHidden %>
|
2017-05-01 06:29:04 +02:00
|
|
|
<div class="document $Extension">
|
|
|
|
<% if $Title %>
|
|
|
|
<h4><a href="$Link" title="<%t DMSDocument.DOWNLOAD "Download {title}" title=$Title %>">$Title</a></h4>
|
|
|
|
<% else %>
|
|
|
|
<h4><a href="$Link" title="<%t DMSDocument.DOWNLOAD "Download {title}" title=$FilenameWithoutID %>">$FilenameWithoutID</a></h4>
|
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<p class="details"><% include DocumentDetails %></p>
|
|
|
|
<% if $Description %>
|
|
|
|
<p>$DescriptionWithLineBreak</p>
|
|
|
|
<% end_if %>
|
|
|
|
|
2017-05-02 02:32:49 +02:00
|
|
|
<% if $getRelatedDocuments %>
|
2017-05-01 06:29:04 +02:00
|
|
|
<% include RelatedDocuments %>
|
|
|
|
<% end_if %>
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|