{% spaceless %} {% load static %} {% load cache %} {% load evaluation_filters %} {% load navbar_templatetags %} {% endspaceless %} {% get_current_language as LANGUAGE_CODE %}
{% block header %}
{% if user.is_authenticated and not plain_page %}
{% include 'notebook.html' %}
{% endif %}