blob: ed48b7a009165c59a5c80c407d1a50bb0ff3b505 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[% SET bodyclass = "fullwidthpage offlinepage" ~%]
[% INCLUDE 'header.html' appcache = 1 %]
<h1>[% loc('Internet glitch') %]</h1>
<p>[% loc('Sorry, we don’t have a good enough connection to fetch that page, or the
page wasn’t found or there was a server error. Please try again later.') %]
</p>
<ul class="item-list item-list--reports" id="offline_list"></ul>
<div id="offline_clear"></div>
[% INCLUDE 'footer.html' %]
|