defhash problem => qw/name level statement owner author/;
defhash contest => qw/start end name owner/;
-defhash job => qw/date extension filesize private problem result result_text user/;
+defhash job => qw/date errors extension filesize private problem result result_text user/;
defhash user => qw/name email town university level/;
sub clean_job (_){
use constant TEMPLATES => {
en => <<'HTML',
+Compiler output:
+<pre><tmpl_var errors></pre>
+
+Results:
<table border>
<thead>
<tr><th>Test number<th>Result<th>Time
$htc->param(id => $id);
$htc->param(tests => \@tests);
+ $htc->param(errors => job_errors $id)
}
1