{% extends "Base.html" %} {% block window-title %} Instellingen {% endblock %} {% block main-content %}

Je bent ingelogd als {{ user.email }}.

{% if user.is_staff %}
{% comment %} {% if sptDisplayName %}
{% csrf_token %}
{{sptDisplayName}}
{% else %}
{% endif %} {% endcomment %} {% endif %}
{% csrf_token %} {% if backgrounds %}
{% endif %}
{{user.profile.quota|floatformat:3}}
{% endblock %}