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