{% extends 'base.html' %} {% load helpers %} {% load registry %} {% block header %} {{ block.super }} {% if new_release %} {# new_release is set only if the current user is a superuser or staff member #} {% endif %} {% endblock %} {% block content %}

About Nautobot

About
Nautobot is a product of Network to Code. Nautobot is a Network Source of Truth and Network Automation Platform. Nautobot has an extensive ecosystem of solutions that can be installed to provide and power Network Automation feature sets. Please check the App Marketplace to learn more.
Support
Support Contract Status {{ support_contract_active | render_boolean }}
Contract Expiry Date {% if support_contract_active %} {{ support_expiration_date | date }} {% elif support_expiration_date %} {{ support_expiration_date | date }} {% else %} — {% endif %}
  {% if not support_expiration_date %} To inquire about Nautobot support with Network to Code, please email info@networktocode.com. {% else %} If there is any question on the status of your Nautobot support contract with Network to Code, please email info@networktocode.com. {% endif %}
{% endblock %}