]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/stasy-profile-notfound.html
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire.org
[people/shoehn/ipfire.org.git] / www / templates / stasy-profile-notfound.html
1 {% extends "base-1.html" %}
2
3 {% block title %}{{ _("Profile not found") }}}{% end block %}
4
5 {% block content %}
6 <h3>404 - {{ _("Profile not found") }}</h3>
7 <img class="floatTL" src="{{ static_url("images/error/404.png") }}"
8 alt="{{ _("Error") }}" />
9 <p>
10 {% if lang == "de" %}
11 Es wurden keine Daten für das Profil <em>{{ profile_id }}</em>
12 gefunden.
13 {% else %}
14 There was no profile data found for profile
15 <em>{{ profile_id }}</em>.
16 {% end %}
17 </p>
18 <p>
19 {% if lang == "de" %}
20 Der Eigentümer dieses Profils hat möglicherweise der Veröffentlichung
21 der Daten nicht zugestimmt oder diese abgeschaltet.
22 {% else %}
23 Apparently, the profile owner has not submitted any data or disabled
24 it recently.
25 {% end %}
26 </p>
27 <p>
28 {% if lang == "de" %}
29 Falls dieses Profil Ihr eigenes ist, so können Sie die Veröffentlichung
30 im Web-Interface
31 <a href="http://wiki.ipfire.org/de/fireinfo/my_profile" target="_blank">einschalten</a>.
32 {% else %}
33 If this is your own profile, you can
34 <a href="http://wiki.ipfire.org/en/fireinfo/my_profile" target="_blank">enable</a>
35 the submission on the web user interface.
36 {% end %}
37 </p>
38 {% end block %}