{% load settings_value %} {% settings_value "SSO_LOGIN_ONLY_BACKEND" as SSO_LOGIN_ONLY_BACKEND %} {% load static %} {{ content_title | default_if_none:"" }} - {% settings_value "SITE_TITLE" %} {% if SSO_LOGIN_ONLY_BACKEND %} {% else %} {% block additional-stylesheet %}{% endblock additional-stylesheet %} {% endif %} {% block body %}

{% settings_value "SITE_TITLE" %}

{%if user.is_authenticated %} {% endif %}

{% block title %}{{ content_title }}{% endblock %} {% if model_delete_url %} {% include 'icons/delete.svg' %} {% endif %} {% if model_docs_path %} {% include 'icons/help.svg' %} {% endif %}

{% if user.is_authenticated %} {% if not user_default_organization %}
You do not have a default organization set, go to user settings to set one
{% endif %} {% endif %} {% block article %}
{% block content %}{% endblock %}
{% endblock article %}
{% endblock body %}