{% extends "detail.html" %} {% block content %} {% if object.manufacturer is not None %} {% endif %}
Name {{ object.name }}
Manufacturer {{ object.manufacturer }} {% if object.manufacturer.country %}{{ object.manufacturer.country.code }}{% endif %}
{% endblock %}