{% 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 #}
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 %} |