{% extends "modal_form.html" %} {% load i18n %} {% block pre_form_content %} {{ block.super }} {% if part %}
{% include "hover_image.html" with image=part.image %} {{ part.full_name}}
{{ part.description }}
{% endif %} {% endblock %}