Feature: {{ item.FeatureID }}{% if item.Matrix is defined %}
Observed in: {{ item.Matrix }}{% endif %}{% if item.Chromatography is defined %}
Chromatography: {{ item.Chromatography }}{% endif %}
Primary ion: {{ item.PrimaryIon }} m/z
Retention time: {{ item.RetentionTime|round(4, 'common') }} minutes
Isotope distribution: {{ item.IsotopeDistribution }}{% if item.Adducts is defined %}
Detected adducts: {{ item.Adducts }}
{% endif %}