{% extends "base.html" %} {% block title %}Upstream Keys - Janus{% endblock %} {% block inventory_active %}bg-gray-700 text-white{% endblock %} {% block content %}

Key Inventory

{% with active='keys' %}{% include "inventory_nav.html" %}{% endwith %} {% include "inventory_keys_actions.html" %}
{% include "inventory_keys_partial.html" %}
{% endblock %}