{% extends "detail.html" %} {% load static %} {% block content %} {% if object.manufacturer is not None %} {% endif %}
Summary Summary
Name {{ object.name }}
Manufacturer {% include "manufacturer.html" with manufacturer=object.manufacturer %}
{% endblock %}