{% set chemistryColor = tile.batteryProperties.cellChemistry.value == 'LFP' ? '#28a745' : (tile.batteryProperties.cellChemistry.value == 'NMC' ? '#007acc' : '#6f42c1') %}
{{ tile.batteryProperties.cellChemistry.value }}
{% if tile.batteryProperties.cellChemistry.value == 'LFP' %}Lithium-Eisenphosphat
{% elseif tile.batteryProperties.cellChemistry.value == 'NMC' %}Lithium-Nickel-Mangan
{% else %}{{ tile.batteryProperties.cellChemistry.value }}
{% endif %}