The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<%args>
$testrun
$form
$message => ''
</%args>

% if ($message) {
<h4><% $message %></h4>
<p><a href="/tapper/testruns/id/<% $testrun->id %>">Back to testrun</a></p>
% } else {
<h3>Edit preconditions for testrun <% $testrun->id %></h3>
<% $form|n %>
<p><a href="/tapper/testruns/id/<% $testrun->id %>">Cancel</a></p>
% }