<li><aclass="button"id="logout-button"href="{% url 'logout' %}"title="{% trans "Logout"%}"><spanclass="glyphicon glyphicon-log-out"></span></a></li>
{% else %}
{% if registration_open %}
<li><aclass="button"id="register-button"href="{% url 'register' %}">{% trans "Register" %}</a></li>
{% endif %}
<li><aclass="button"id="login-button"href="{% url 'login' %}{% if not skip_next %}?next={{ login_redirect_url }}{% endif %}">{% trans "Login" %}</a></li>
{% endif %}
</ul>
</div>
</div>
</nav>
<h1class="ui-state-default"><ahref="{% url 'home' %}">{% include "title.html" %}</a></h1>