{% comment %} This component shows a toggle for the indicator unit. You need to provide as props : * indicator, the component uses the following props of indicator : id, unite_alternative_nom_accessible, title, unite_alternative and show_alternative * key : if several toggles for the same indicator are on the page, you need to give a key to distinguish them. {% endcomment %} {% if indicator.unite_alternative and indicator.show_alternative %} {{ indicator.unite }}
{% endif %}