{% 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 !understanding.interests.is_empty() %}

Matches{% for interest in understanding.interests %}{% if page.is_admin() %}{{ interest.name }}{% else %}{{ interest.name }}{% endif %}{% endfor %}

{% endif %}