mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
10 lines
151 B
Scheme
10 lines
151 B
Scheme
|
<% if State %>
|
||
|
<p>
|
||
|
Current testing state
|
||
|
<ul>
|
||
|
<% control State %>
|
||
|
<li><strong>$Name:</strong> $Value</li>
|
||
|
<% end_control %>
|
||
|
</ul>
|
||
|
</p>
|
||
|
<% end_if %>
|