silverstripe-testsession/templates/Includes/TestSession_State.ss

10 lines
145 B
Scheme

<% if State %>
<p>
Current testing state
<ul>
<% loop State %>
<li><strong>$Name:</strong> $Value</li>
<% end_loop %>
</ul>
</p>
<% end_if %>