{% extends "base.html" %} {% block content %}

Tool List

{% for tool in tools %} {% endfor %}
Name Description Quantity Actions
{{ tool.name }} {{ tool.description }}
{{ tool.quantity }}
Edit
{% endblock %}