aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/report/_main.html
blob: 42cb4895d1bda595b9255b4fbc575dd7a6d0fd5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h1>[% problem_title %]</h1>

<p><em>[% meta | html %]</em></p>

[% FOREACH line IN split_into_lines( problem.detail ) %]
<p>
[% line | html %]
</p>
[% END %]

[% INCLUDE 'report/photo.html' object=problem center=1 %]