{% if understanding.kicker.is_some() || understanding.topics.is_some() %}
{% if let Some(kicker) = understanding.kicker %}{{ kicker }}{% if let Some(topics) = understanding.topics %}{{ topics }}{% endif %}{% else %}{% if let Some(topics) = understanding.topics %}{{ topics }}{% endif %}{% endif %}
{% endif %}{% if why.is_some() || !understanding.interests.is_empty() %}Why it's here: {{ why }}
{% endif %}{% if !understanding.interests.is_empty() %}Matches: {% for interest in understanding.interests %}{% if page.is_admin() %}{{ interest.name }}{% else %}{{ interest.name }}{% endif %}{% if !loop.last %} ยท {% endif %}{% endfor %}
{% endif %}