{% load static %} {% block extra_head %}{% endblock %} Skip to Content Skip to Navigation
{% block body_main %}
{% if user.is_authenticated %} {% if allows_refresh %} {% endif %}
{% if not request.identity %} No Identity {% else %} {{ request.identity.username }} {% endif %} {% else %}
Login {% endif %}
{% block full_content %} {% block pre_content %} {% endblock %}
{% block content %} {% endblock %}
{% block right_content %} {% include "activities/_menu.html" %} {% endblock %}
{% endblock %} {% endblock %}