{% load bootstrapped_goodies_tags %} {% load helpers %} {% load i18n %} {% load plugins %} {% load static%} {% block title %}Admin Home{% endblock %} - Nautobot {% if settings.BRANDING_FILEPATHS.css %} {% endif %} {% block extrahead %}{% endblock %} {% block extrastyle %}{% endblock %} {% if not is_popup %} {% include 'inc/nav_menu.html' %} {% endif %}
{% if "BANNER_TOP"|settings_or_config %} {% endif %} {% if settings.MAINTENANCE_MODE %} {% endif %} {% plugin_banners %} {% for message in messages %} {% endfor %}
{% if not is_popup %}
{% block breadcrumbs %} {% endblock %}
{% endif %}
{% block pretitle %}{% endblock %}
{% block object-tools %}{% endblock %}
{% block content_title %} {% if title %}

{% render_with_template_if_exist title|lower|add:"/admin_app_name.html" title %}

{% endif %} {% endblock %}
{% block content %}{{ content }}{% endblock %}
{% block footer %}{% endblock %}
{% if "BANNER_BOTTOM"|settings_or_config %} {% endif %}
{% if not is_popup %} {% endif %} {% include 'modals/modal_theme.html' with name='theme'%} {% if settings.BRANDING_FILEPATHS.javascript %} {% endif %} {% block javascript %}{% endblock %}