{% extends 'base.html' %} {% load helpers %} {% load form_helpers %} {% load static %} {% block title %}Log In{% endblock title %} {% block extra_styles %} {{ block.super }} {% endblock extra_styles %} {% block content %}
{{ settings.BRANDING_TITLE }} {% if show_edition_badge %}
{{ nautobot_edition }}
{% endif %}
{% if "BANNER_LOGIN"|settings_or_config %} {% endif %} {% if form.non_field_errors %} {% endif %}
{% csrf_token %} {% if 'next' in request.GET %}{% endif %} {% if 'next' in request.POST %}{% endif %} {% for field in form.visible_fields %}
{{ field }}
{% endfor %}
{% if SSO_AUTH_ENABLED %} {% endif %}
© {% now "Y" %} Network to Code · Powered by Nautobot{% if is_commercial_edition %} {{ nautobot_edition }}{% endif %} · Docs
{% endblock content %}