{% extends "modal_form.html" %} {% block form %}
{% load crispy_forms_tags %}

Set category for the following parts

{% for part in parts %} {% endfor %}
Part Description Category
{% include "hover_image.html" with image=part.image hover=False %} {{ part.full_name }} {{ part.description }} {{ part.category.pathstring }}
{% crispy form %}
{% endblock %}