silverstripe-dms/templates/Includes/DocumentSets.ss

8 lines
172 B
Scheme
Raw Normal View History

2018-03-01 02:31:44 +01:00
<% if $DocumentSets %>
<div class="documentsets">
2018-03-01 02:31:44 +01:00
<% loop $DocumentSets %>
<% include DocumentSet %>
<% end_loop %>
</div>
<% end_if %>