blob: 228bc90be82d39c03a178f5526b36d896356be72 [file] [log] [blame]
[% import 'util.eol'; %]
<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>
[% } %]