blob: 81083654b3b5b7c6448ac211d78ef1b69f2b74ad (
plain)
1
2
3
4
5
6
7
8
9
|
[% INCLUDE 'header.html', title => loc('Report created') %]
<h1>[% loc("Report created") %]</h1>
<p>
[% loc('Your report has been created and will shortly be sent.') %]
</p>
[% INCLUDE 'footer.html' %]
|