]> git.ipfire.org Git - ipfire.org.git/blob - templates/error-500.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / error-500.html
1 {% extends "error.html" %}
2
3 {% block explanation %}
4 <div class="row">
5 <div class="span8 offset2">
6 <h2>{{ _("Detailed information") }}</h2>
7
8 <p>
9 {% if lang == "de" %}
10 Bei der Verarbeitung der Anfrage kam es zu einem internen Problem
11 des Webservers.<br />Sollten nähere Informationen verfügbar sein, so
12 sind diese untenstehend angehangen.
13 {% else %}
14 While processing the request, there was an internal problem
15 of the web server. <br /> If there are more information available,
16 they would be appended below.
17 {% end %}
18 </p>
19 </div>
20 </div>
21 {% end block %}