{% extends 'base.html.twig' %} {% block title %}Shop - KitsCo{% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% include 'shop/_navbar.html.twig' %}

Shop HWC Tools

Browse our selection of eco-friendly human-wildlife conflict mitigation tools. All products are designed to safely deter wildlife without causing harm.

{% for label, messages in app.flashes %} {% for message in messages %}
{{ message }}
{% endfor %} {% endfor %}
{% if products|length > 0 %}
{% for product in products %} {% include 'shop/_product_card.html.twig' %} {% endfor %}
{% else %}

No products available at the moment.

Contact us for custom orders
{% endif %}
{% endblock %} {% block javascripts %} {% endblock %}