{% load helpers %}
{% if record.available_quantity > 0 and perms.nautobot_consumables.add_checkedoutconsumable %}
{% endif %}
{% if perms.nautobot_consumables.change_consumablepool %}
{% endif %}
{% if perms.nautobot_consumables.delete_consumablepool %}
{% endif %}