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