4 <link rel="stylesheet" type="text/css" href="{% block stylesheet %}{{ STATIC_URL_PREFIX }}/base/css/base.css{% endblock %}"/>
10 <li><a href="/influences/">Home</a></li>
11 <li><a href="/accounts/logout/">Logout</a></li>
19 <!-- Dummy class, margins with regard to floats don't work. -->
20 <div class="Clear"></div>
22 {% if user.is_authenticated %}
23 <p>{% blocktrans with user.username as username %}You are currently logged in as {{ username }}{% endblocktrans %}
24 -- <a href="{% url logout %}">{% trans "Logout" %}</a></p>