{% if request.user.is_authenticated %}(logged as {{ request.user.username }}){% else %}You must be logged to use this testproject. You can do it in the admin interface.{% endif %}

{% if messages %} {% endif %} {% block content %}{% endblock %}