blob: 63f8409115cecf5638c3fedd31bc28df5809b9c6 [file] [log] [blame]
[% import 'util.eol'; %]
<html>
<body>
<h1>[%=action.name%]</h1>
<br/>
[%
var nextSteps = action.outgoing.collect(t : Transition | t.target);
%]
[% if (not nextSteps.isEmpty()) { %]
<a href="[%=nextSteps.first().name.clean()%].html">Next step</a>
[% } else { %]
<b>finished</b>
[% } %]
</body>
</html>