{% load static %} {% load turkle_tags %}
{{turkle_site_name}}
{% block meta %}
{% for tag in turkle_meta_tags %}{{ tag|meta_tag }}{% endfor %} {% endblock %}
{% block css %}
{{ block.super }} {% endblock %} {# remove in Turkle 4.0 as replaced by extra_head #} {% block head %}{% endblock %} {% block extra_head %}{% endblock %}
{{turkle_site_name}}
{% if user.is_staff %}
Admin
{% endif %} {% if user.is_authenticated %}
Stats
{% endif %}
Help
{% if user.is_authenticated %} Logged in as
{{ user.username }}
-
Change Password
-
{% csrf_token %}
Logout
{% else %}
Login
{% endif %}
{% block subheader %} {% endblock %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% block body %}{% endblock %} {% block footer %}{% endblock %} {% block js %}{% endblock %}