mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
8 lines
178 B
Scheme
8 lines
178 B
Scheme
|
<% if $getDocumentSets %>
|
||
|
<div class="documentsets">
|
||
|
<% loop $getDocumentSets %>
|
||
|
<% include DocumentSet %>
|
||
|
<% end_loop %>
|
||
|
</div>
|
||
|
<% end_if %>
|