silverstripe-testsession/templates/Includes/TestSession_State.ss
Ingo Schommer fe7a28266c 3.1 compat
2013-04-09 01:58:10 +02:00

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 %>