silverstripe-testsession/templates/Includes/TestSession_State.ss

10 lines
145 B
Scheme
Raw Normal View History

<% if State %>
<p>
Current testing state
<ul>
2013-04-09 01:08:34 +02:00
<% loop State %>
<li><strong>$Name:</strong> $Value</li>
2013-04-09 01:08:34 +02:00
<% end_loop %>
</ul>
</p>
<% end_if %>