mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
12 lines
266 B
Scheme
12 lines
266 B
Scheme
<% if $getDocuments %>
|
|
<div class="documentsets-set">
|
|
<% if $Title %>
|
|
<h3>$Title</h3>
|
|
<% end_if %>
|
|
|
|
<% loop $getDocuments.Sort(DocumentSort) %>
|
|
<% include Document %>
|
|
<% end_loop %>
|
|
</div>
|
|
<% end_if %>
|