{% extends 'lara_django_base/lara_base.html' %} {% block toolbar %}

{{ section_title }}

{% endblock %} {% block content %}

{{ object.name_full }} {% if object.category %}({{ object.category }}){% endif %}

Product Type: {{ object.product_type }}

Name: {{ object.name_full }}

Manufacturer: {{ object.manufacturer.name }}


Model Details

Model no.: {{ object.model_no }}

Prod. no.: {{ object.product_no }}

Quickstart: {{ object.manual }}

Manual: {{ object.manual }}

Service Manual: {{ object.service_manual }}

URL: {{ object.URL }}

Specifications

Specifications: {{ object.specifications }}

Specifications URL: {{ object.URL }}

Energy Consumption: {{ object.energy_consumption }}

{% endblock %}