{% set chemistryColor = tile.batteryProperties.cellChemistry.value == 'LFP' ? '#28a745' : (tile.batteryProperties.cellChemistry.value == 'NMC' ? '#007acc' : '#6f42c1') %}
{{ tile.batteryProperties.cellChemistry.value }}
{% if tile.batteryProperties.manufacturer != 'Tesla' or tile.batteryProperties.model != '4680' %}
{{ tile.batteryProperties.manufacturer }}
{{ tile.batteryProperties.model }}
{% endif %}