{% block pre_form_content %} {% endblock %}
{% csrf_token %} {% load crispy_forms_tags %} {% for item in stock_items %} {% endfor %}
Stock Item Location {{ stock_action_title }}
{% include "hover_image.html" with image=item.part.image %} {{ item.part.full_name }} {{ item.part.description }} {{ item.location.pathstring }} {% if item.error %}
{{ item.error }} {% endif %}
{% crispy form %}