Convert multiple conditions to nested if in template since Django has a bug with conditionals in templates.
{% extends "admin/base.html" %}
{% load i18n %}
{% block title %}{{ title }} | {% trans 'SciPy.in Administration' %}{% endblock %}
{% block branding %}
<h1 id="site-name">{% trans 'SciPy.in Administration' %}</h1>
{% endblock %}
{% block nav-global %}{% endblock %}