{% load static %} {% load compress %} {% load i18n %} {% block content %} {% compress js %} {% endcompress %} {% url 'concept_library_home' as home_url %} {% block search_bar %} {% include "components/navigation/search_navigation.html" %} {% endblock search_bar %} {% if request.BRAND_OBJECT.allowed_tabs is none or 'home' in request.BRAND_OBJECT.allowed_tabs %} {% url 'concept_library_home' as home_url %} Home {% endif %} {% if IS_DEMO or IS_DEVELOPMENT_PC %} {% url 'search_phenotypes' as entity_url %} Phenotypes {% endif %} {% if request.BRAND_OBJECT.allowed_tabs is none or 'api' in request.BRAND_OBJECT.allowed_tabs %} {% url 'api:root' as api_url %} API {% endif %} {% block about_wrapper %} {% include "components/base/about_menu.html" %} {% endblock about_wrapper %} {% url 'login' as login_url %} {% if not user.is_authenticated %} Login {% else %} {% block profile_wrapper %} {% include "components/base/profile_menu.html" %} {% endblock profile_wrapper %} {% endif %}