{% extends 'base.html' %} {% load recommendations_tags utils_tags statistics_tags %} {% block extra_head_js %} {% if user.is_staff %} {% endif %} {% if custom_styling and custom_styling.custom_js %} {% endif %} {% if custom_styling and custom_styling.custom_css %} {% endif %} {% endblock %} {% block bodyclass %} NB-body-main {% if preferences.theme == "dark" %}NB-dark{% endif %} {% endblock %} {% block content %}