{% load static %} {% if site_settings.site_title %} {{ site_settings.site_title }} {% elif location %} {{ location|upper }} | RESULTS {% else %} {{ site_settings.site_name|default:"SCHOOL | RESULTS" }} {% endif %} {% if site_settings.meta_description %} {% endif %} {% if site_settings.meta_keywords %} {% endif %} {% if site_settings and site_settings.favicon %} {% elif project and project.project_logo %} {% else %} {% endif %}
{% if site_settings and site_settings.logo %} {% elif project and project.project_logo %} {% else %} {% endif %}
{% if site_settings and site_settings.site_title %} {{ site_settings.site_title|upper }} {% else %} SCHOOL | RESULTS {% endif %}
{% if site_settings and site_settings.site_name %} {{ site_settings.site_name|upper }} {% elif location %} {{ location|upper }} {% else %} SCHOOL | RESULTS {% endif %}
Public Results Link {% if site_settings and site_settings.footer_text %}
{{ site_settings.footer_text|safe }}
{% endif %} {% if site_settings and site_settings.copyright_text %}
{{ site_settings.copyright_text }}
{% endif %}
{% if site_settings and site_settings.custom_js %} {% endif %}