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