{% extends "generic/object_create.html" %} {% block content %} {% if display_warning %}
Warning!
Pool has {{ checked_out }} checked out Consumable{% if checked_out > 1 %}s{% endif %} - moving a Consumable Pool to a new Location will cause all checked out Consumables to be checked back in.
{% endif %} {{ block.super }} {% endblock %} {% block javascript %} {{ block.super }} {% include "nautobot_consumables/inc/form_submit_javascript.html" %} {% endblock javascript %}