mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
10 lines
145 B
Scheme
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 %> |