1
{% load wlprofile_extras %}
6
<a href="{% url 'mainpage' %}"><img src=
7
"{% static 'img/'%}{% wl_logo %}" alt=
10
<ul class="header_boxes">
12
<a href="{% url 'wlscreens_index' %}" title="Screenshots">Screenshots<br />
13
<img src="{% static '/img/camera.png' %}" alt="Screenshots" />
17
<a href="{% url 'wiki_article' "Download" %}" title="Download">Download<br />
18
<img src="{% static '/img/download.png' %}" alt="Get Widelands" />
22
<a href="{% url 'wlmaps_index' %}" title="Get new maps">Maps<br />
23
<img src="{% static 'img/maps.png' %}" alt="Get Free Maps" />
28
<a href="https://www.facebook.com/WidelandsOfficial" target="_blank">
29
<img src="{% static 'img/socialmedia/facebook.png' %}" alt="Facebook" />
32
<li class="loginBox small">
33
<!-- Login form / User information -->
34
{% if user.is_authenticated %}
35
<a href="{% url 'profile_view' %}" title="You are logged in as {{ user }}">Your Profile</a>
36
{% if messages_inbox_count > 0 %}
37
<a href="{% url 'messages_inbox' %}" title="Number of Private Messages">({{ messages_inbox_count }})</a>
40
<a href="{% url 'scheduling_find' %}?next={{ request.path|iriencode }}" title="Show other users playtimes">Playtimes</a>
42
<a href="{% url 'auth_logout' %}?next={{ request.path|iriencode }}">Logout</a>
44
<a href="{% url 'auth_login' %}?next={{ request.path|iriencode }}">Login/Register</a>