{% extends 'base.html' %} {% block title %} - Missing parts{% endblock %} {% block main %}
{% with all=true, no_quantity=true %} {% include 'part/table.html' %} {% endwith %}
{% endblock %}