{% extends 'base.html' %} {% load static carconnectivity_filters %} {% block title %}{{ vehicle.name.value|default:vehicle.id }}{% endblock %} {% block header %}{{ vehicle.name.value|default:vehicle.id }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ vehicle.name.value|default:vehicle.id }}
{% if vehicle.position.enabled %}
{% endif %}
{% for child in vehicle.children %} {% if child.enabled and child.id not in "images,commands,specification,software,doors,windows,lights,drives,charging,climatization,window_heating,maintenance,position" %} {% endif %} {% endfor %}
Attribute Value
{{ child.id }} {{ child|format_cc_element:""|safe }}
{% if vehicle.specification.enabled %}
{% for child in vehicle.specification.children %} {% if child.enabled and child.id != "commands" %} {% endif %} {% endfor %}
Attribute Value
{{ child.id }} {{ child|format_cc_element:""|safe }}
{% endif %} {% if vehicle.software.enabled %}
{% for child in vehicle.software.children %} {% if child.enabled and child.id != "commands" %} {% endif %} {% endfor %}
Attribute Value
{{ child.id }} {{ child|format_cc_element:""|safe }}
{% endif %} {% if vehicle.drives.enabled %}
{% for child in vehicle.drives.children %} {% if child.enabled and child.id != "commands" %} {% endif %} {% endfor %}
Attribute Value
{{ child.id }} {{ child|format_cc_element:""|safe }}
{% endif %} {% if vehicle.doors.enabled %}
{% for child in vehicle.doors.children %} {% if child.enabled and child.id != "commands" %} {% endif %} {% endfor %}
Attribute Value
{{ child.id }} {{ child|format_cc_element:""|safe }}
{% endif %} {% if vehicle.windows.enabled %}
{% for child in vehicle.windows.children %} {% if child.enabled and child.id != "commands" %} {% endif %} {% endfor %}
Attribute Value
{{ child.id }} {{ child|format_cc_element:""|safe }}
{% endif %} {% if vehicle.lights.enabled %}
{% for child in vehicle.lights.children %} {% if child.enabled and child.id != "commands" %} {% endif %} {% endfor %}
Attribute Value
{{ child.id }} {{ child|format_cc_element:""|safe }}
{% endif %} {% if vehicle.charging.enabled %}
{% for child in vehicle.charging.children %} {% if child.enabled and child.id != "commands" %} {% endif %} {% endfor %}
Attribute Value
{{ child.id }} {{ child|format_cc_element:""|safe }}
{% endif %} {% if vehicle.climatization.enabled %}
{% for child in vehicle.climatization.children %} {% if child.enabled and child.id != "commands" %} {% endif %} {% endfor %}
Attribute Value
{{ child.id }} {{ child|format_cc_element:""|safe }}
{% endif %} {% if vehicle.maintenance.enabled %}
{% for child in vehicle.maintenance.children %} {% if child.enabled and child.id != "commands" %} {% endif %} {% endfor %}
Attribute Value
{{ child.id }} {{ child|format_cc_element:""|safe }}
{% endif %} {% if vehicle.position.enabled %}
{% for child in vehicle.position.children %} {% if child.enabled and child.id != "commands" %} {% endif %} {% endfor %}
Attribute Value
{{ child.id }} {{ child|format_cc_element:""|safe }}
{% endif %}
{% endblock %} {% block extra_js %} {% if vehicle.position.enabled %} {% endif %} {% endblock %}