silverstripe-testsession/templates/Includes/TestSession_State.ss

10 lines
151 B
Scheme
Raw Normal View History

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