{% extends 'index.html' %} {% block title %}Equipment Inventory{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Equipment Inventory

➕ Add Equipment {% for item in equipment %} {% empty %} {% endfor %}
Type Brand Model Serial FAA # Purchased Firmware Actions
{{ item.type }} {{ item.brand }} {{ item.model }} {{ item.serial_number }} {{ item.faa_number }} {{ item.purchase_date }} {{ item.firmware_version }} ✏️ 🗑️
No equipment added yet.
{% endblock %}